I use the blueimp gallery on this website: https://www.bestofcinqueterre.com/en/manarola
But I have 2 problems:
Zoom on mobile breaks everything. To fix it - I disable zoomin in viewport only when gallery is opened and then enable zooming when it is closed. But after ios10 release it's not possible to block zooming anymore. So if someone opens a photo on mobile and zoom - strange things happens.
When I click "Next" photo on Android all screen is highlighted. I've tried to fix it adding: preventDefault + stopPropagation when the button is clicked. Added this to css:
button, button:hover, li:hover, a:hover , li , a , *:hover, * { -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent; }
It doesn't help...