On my smartphone, WebView was overflowing. This was happening because by default body has borders on it, and since the div container is taking 100vh and 100vw, this was causing WebView to overflow.
I've also disabled the zooming/scaling so that the WebView zoom scale is fixed.
On my smartphone, WebView was overflowing. This was happening because by default body has borders on it, and since the div container is taking 100vh and 100vw, this was causing WebView to overflow.
I've also disabled the zooming/scaling so that the WebView zoom scale is fixed.