Fix for viewport height change on Chrome on Android #63724
-
@DustinBrett and @icyJoseph, I've noticed your discussion about the viewport height change in issue #47839 I've also encountered this issue, with the React-TypeScript Vite template. I just wanted to let you know that I found a fix: adding
Read more about I still think this is a bug in Chrome, so I reported it. Read more at https://github.com/Zwyx/chrome-android-clientheight |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Thanks for this info. I will look into |
Beta Was this translation helpful? Give feedback.
-
@DustinBrett How are you getting the correct value by using |
Beta Was this translation helpful? Give feedback.
Thanks for this info. I will look into
interactive-widget
. My solution usingbeforeInteractive
and tracking initialwindow.innerHeight
is afaik working still, but I would be happy for a cleaner solution using meta tags.