Here is the fix on iOS scrolling inside iframe popup problem
-
Simply put, I added it in custom CSS panel:
#fancybox-content{
overflow: scroll !important;
-webkit-overflow-scrolling: touch !important;
}You will note that I add it in fancybox-content, not iframe, and it works for me.
So I hope it will help someone who has this problem also.
Here is my link talking about the details:
https://alucard-blog.blogspot.hk/2016/06/how-to-fix-fancy-boxeasy-fancybox.html
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Here is the fix on iOS scrolling inside iframe popup problem’ is closed to new replies.