Skip to content

Mobile Scrolling Issue #880

Answered by jcubic
rubyswolf asked this question in Q&A
Discussion options

You must be logged in to vote

This is the issue with the recent change in Google Chrome viewport sizes. This is the issue with all Android phones that use the latest Chrome.

You can fix the issue by adding meta tags to your HTML. This is explained in this article:

https://github.com/bramus/viewport-resize-behavior/blob/main/explainer.md

and

https://developer.chrome.com/blog/viewport-resize-behavior/

I wanted to fix the issue without the need to set up the mata tags in #707 but I think that the easiest will be to just set the meta tag.

So the solution is to set:

<meta name="viewport" content="width=device-width, initial-scale=1.0, interactive-widget=resizes-content" />

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rubyswolf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants