-
Notifications
You must be signed in to change notification settings - Fork 128
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
iOS iframe scroll jumping #50
Comments
I am having the same issue and cannot find a resolution. Why does iOS always have to be so difficult :( |
It seems to be a mobile Safari bug on iframe, and from my test, is triggered by the following combination:
|
I'm experiencing the same bug. Some CSS properties (eg: color) seem to be ok, but others (font-family, opacity, or changing the text content of the element) cause the jump. Have you found any solutions? |
Me too :\ |
This should get you up and running until Apple get this resolved. |
Worth a try using iframe-resizer: (https://github.com/davidjbradshaw/iframe-resizer). I used it in a recent project and experienced no such issues anymore. |
in the stylesheet of the iframe source page fixes the issue for us on ios9 |
I got same error. When do scroll iframe content, it is moving some content and jump to top again. |
in iOS the iframe height must not be |
Specific problem:
On iOS devices, a page which contains a countdown timer, when inside an iframe, when scrolled more than halfway down, on each tic, will jump to the top.
Steps to reproduce:
Desired result:
The page should scroll normally, as does those without the countdown timer.
Simple example:
The text was updated successfully, but these errors were encountered: