[ANDROID] ghost transparent bottom strip appears when browser topbar hides on scroll
Author: cveklicaCreated Jun 5, 2026Updated Jun 8, 2026
Labelsbug
Is there an existing issue for this?
- I have searched the existing issues
Describe the issue
On android web browsers (checked Google Chrome and Samsung Browser), normal behavior is that when user scrolls, browser top bar hides so there is bigger area for reading. When this happens (top bar hides), strange transparent bottom container appears, and size of it is tab bar+status bar + bottom menu (if any) height. It also disappears when scrolling up when top bar is visible again.
Expected behavior
Not to see ghost bottom bar when scrolling on android.
Steps to reproduce
- "react-native-web": "~0.21.2"
- tested on Google Chrome and Samsung Browser
- Simple ScrollView is enough to see it
Test case
Additional comments
No response
https://github.com/user-attachments/assets/879a0849-f716-4c9a-bd76-3597223eeffa
Source: necolas/react-native-web