banthagroup / fslightbox-react

Basic version of Fullscreen Lightbox for React.js. Website: https://fslightbox.com/react
MIT License
169 stars 23 forks source link

Disabled double-tap to zoom on all viewports #169

Closed sevenfour closed 3 years ago

sevenfour commented 3 years ago

Added "touch-action: manipulation;" to the prev/next buttons, so the double-tap on them won't cause an image to zoom.

sevenfour commented 3 years ago

Is there any reason for closing this PR without merging? In case the changes aren't feasible, what would be a proper way to disable the tap-to-zoom functionality when double tapping any of the navigation buttons?