You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: