Does anyone know how I can remove the address bar from the Android browser to better view my web app and make it look more like a native app?
You can do that with the next code
if(navigator.userAgent.match(/Android/i)){ window.scrollTo(0,1); }
I hope it helps you!
1.4m articles
1.4m replys
5 comments
57.0k users