Is there a way to remove the scrollbar on Android Chrome/Chromium by utilizing CSS or Javascript?
I attempted:
document.documentElement.style.overflow = 'hidden';
Although this solution works for Chrome on Windows, it doesn't have any effect on Android's Chromium-backed Webview.