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

Mobile version not scrollable #15

Open
christophfriedrich opened this issue Nov 21, 2020 · 1 comment
Open

Mobile version not scrollable #15

christophfriedrich opened this issue Nov 21, 2020 · 1 comment
Labels

Comments

@christophfriedrich
Copy link
Member

When opening the page on a mobile, users can't scroll. This was reported by both iPhone and Android users. Weirdly enough, rotating the device by 90 degrees and back solves the issue.

On an iPhone, when installing the page as a web app by adding it to the Home Screen, it works straight away.

@SpeckiJ
Copy link
Member

SpeckiJ commented Nov 21, 2020

I debugged it a bit and when removing all overflow: hidden; attributes scrolling works fine. I guess when we are not using flexbox (only used with width >481px) the default display style uses this overflow:hidden and makes the page not scrollable as all overflow is just discarded

I tested the 90° Rotation-Trick on Android and it did not work. I guess with the higher resolution on Iphone we get >481px in landscape mode and therefore do not register as "mobile" anymore? Can you verify this @christophfriedrich

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

No branches or pull requests

2 participants