How to remove the address bar in mobile browsers
With this short code of JS you can remove the address bar in all the mobile browsers - showing more of your website, and less of the browser itself.
Works on both IOS-devices and Android.
/*! Removes address bar in mobile browsers */
setTimeout(function() { window.scrollTo(0, 1) }, 100);
Written by Axel Ferdinand Giæver
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Javascript
Authors
Related Tags
#javascript
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#