When I open the page on iPhone or iPad, fancybox scrolling does not work. On the other hand, it works in IE, Firefox, Chrome, Safari (PC and Mac) and Android (phone or tablet).
This is the page that clicks the bottom saber.
thanks
This will work if you use two fingers or in iOS5 you can do:
overflow: scroll; -webkit-overflow-scrolling: touch;
Lightboxes are not very pleasant for mobile users.
I had the same problem, it was my solution, I added this to my css
#fancybox-inner{ -webkit-overflow-scrolling: touch; }
Source: https://habr.com/ru/post/1384984/More articles:Asset consolidation does not compile on local server - ruby-on-railsCan distutils do dependency checking without installation? - pythonHow to deploy web2py in PythonAnywhere, but from a Dropbox public folder? - pythonIn my dbproj, the option "Always copy" or "Copy if new" in the file will fail on the build server - tfsHow to turn a Key / Value style table into a regular table in MySQL - mysqlHide Javascript when building a widget - javascriptMySQL pivot table - sqlOpen all files (including hidden ones) in vi - vimReplacing drupal registration and login using facebook login - facebookIs there a shortcut to create an array in JavaScript? - javascriptAll Articles