I am developing a mobile web application for iOS and android phones using iscroll
.
I need the ability to hide the address bar of the browser as soon as the page loads.
After doing much research I found that the window.scrollat(0,1)
needs to be invoked.
However, even this is not working.
Any help is appreciated.