Skip to content
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

Open
sivapvarma opened this issue Mar 31, 2016 · 8 comments
Open

flickering in landscape mode #164

sivapvarma opened this issue Mar 31, 2016 · 8 comments
Projects

Comments

@sivapvarma
Copy link

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.

@bernardosulzbach
Copy link

@sivapvarma This is interesting. Would you be able to record a short demonstrative video? If you solve the issue please report back.

@sivapvarma
Copy link
Author

Take a look at https://www.youtube.com/watch?v=hzJBZ8GiEeY

@bernardosulzbach
Copy link

Thank you. I suppose this is not a common issue with Safari. I wonder how anyone could troubleshoot this, though.

@gimesi
Copy link

gimesi commented Apr 8, 2016

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...

@danricho
Copy link

danricho commented Jul 7, 2016

I also have the same issue. As gimesi suggested, it's is as though it is flicking between breakpoints.

@sivapvarma
Copy link
Author

This could be a issue with CSS Viewport calculations when in landscape mode. Unfortunately I don't know much CSS to help there.

@danricho
Copy link

danricho commented Jul 8, 2016

If you comment out the following in poole.css it worked for me:

@media (min-width: 38rem) {
html {
font-size: 20px;
}

@mdo
Copy link
Member

mdo commented Apr 3, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
v1.2.0
  
Awaiting triage
Development

No branches or pull requests

5 participants