vh
might not be the right minimum height for mobile
#111
Labels
cleanup
Too small to be a true "refactor," but same idea
responsiveness
Typically an issue with mobile/tablet layouts
ui
UI-specific issues, often CSS related
Milestone
Making the minimum height of the app equal to the viewport height (vh) works well for desktop, but it seems slightly buggy for mobile. On Android, vh doesn't include the browser toolbar, since this hides itself when you scroll down. Therefore, when the browser toolbar is visible, the app is always taller than what is visible and has a vertical scroll bar, even if there's nothing relevant below the current view. The app renders as the height of the viewport and then is pushed down by the toolbar. I'm not sure if there's a way to do this, but it would be great if the min height could be the viewport height after the toolbar is rendered so that there isn't a vertical scroll bar if one is not needed.
The text was updated successfully, but these errors were encountered: