-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When another web page is loaded in an iframe is it touch / swipe capable for scrolling? #77
Comments
Sorry, I don't understand what you're asking at all. |
featherlight.js has iframe capabilities. When you use the featherlight.js to load another webpage within a featherlight.js iframe on a mobile device can you use your finger to touch/swipe/scroll the web page that is in the featherlight.js iframe? |
Did you try it? AFAIK, any iframe loaded will have that capability and there's nothing special featherlight has to do. |
In case anyone else is looking for the answer - it doesn't. It scrolls the parent page behind it. |
I am having the same issue here. Scrolls and works great on a desktop, but scrolling/swiping doesnt seem to work on a mobile device. |
Anyone knows how to address this? |
I have the same issue here. It's impossible to scroll in the Iframe with a mobile device |
same here |
I'm very sorry I don't have time/need to investigate this but hopefully someone will come up with a good solution to this? |
The problem lies with how iOS Safari handles overflow on scroll. Safari iOS requires the following CSS:
https://css-tricks.com/forums/topic/scrolling-iframe-on-ipad/ |
Sounds great @jphilung , do you have a second or two to create a PR? |
Released in 1.7.0. Many thanks to @jphilung |
No description provided.
The text was updated successfully, but these errors were encountered: