fat / zoom.js

Medium's Image Zoom for jQuery
https://fat.github.io/zoom.js
MIT License
4.04k stars 331 forks source link

Demo buggy in Safari iOS #7

Closed simevidas closed 9 years ago

simevidas commented 9 years ago

I’ve tried your demo (http://fat.github.io/zoom.js/) in Safari/iOS 8 on an iPhone. Tap-to-zoom works on the first image, but not for the second image which immediately “closes”.

My wild guess is that this bug is caused by the lack of a viewport meta tag in the demo. Could you add

<meta name="viewport" content="width=device-width,initial-scale=1">

and test if the bug goes away?

fat commented 9 years ago

ah good call, cleaned it up for ya. thanks for filing!