Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The scroll en fancy box does not work on iPhone or iPad

Tags:

iphone

ipad

When I open the page on iPhone or Ipad the scroll of the fancybox does not work. On the other hand, is working in IE, Firefox, Chrome, Safari (pc and mac) and Android (phone or tablet).

This is the page push the bottom "saber mas"

Thanks

like image 826
user1084104 Avatar asked Feb 22 '23 05:02

user1084104


1 Answers

It'll work if you use two fingers, or in iOS5 you can do:

overflow: scroll;
-webkit-overflow-scrolling: touch;

Lightboxes aren't a very pleasant experience for mobile users, though.

like image 109
ceejayoz Avatar answered Mar 02 '23 19:03

ceejayoz