-
Notifications
You must be signed in to change notification settings - Fork 3k
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
flickering in landscape mode #164
Comments
@sivapvarma This is interesting. Would you be able to record a short demonstrative video? If you solve the issue please report back. |
Take a look at https://www.youtube.com/watch?v=hzJBZ8GiEeY |
Thank you. I suppose this is not a common issue with Safari. I wonder how anyone could troubleshoot this, though. |
Experienced the same. Maybe the mobile/tablet breakpoints are right on the "edge" and the browser is not sure which one to choose? Would try to change the breakpoints from rem to px, that might help... |
I also have the same issue. As gimesi suggested, it's is as though it is flicking between breakpoints. |
This could be a issue with CSS Viewport calculations when in landscape mode. Unfortunately I don't know much CSS to help there. |
If you comment out the following in poole.css it worked for me: @media (min-width: 38rem) { |
This was an issue with using rem units in the media queries. I’ll have to rewrite them, which I plan to do in a release or two. |
On both Chrome and Safari on iPhone 6s+, http://lanyon.getpoole.com/ in landscape mode causes continuous flickers. I think there is some aspect ratio calculation instability.
The text was updated successfully, but these errors were encountered: