I know 1 way of doing this.
<body onload="setTimeout(function() {window.scrollTo(0, 1)}, 100)">
...
</body>
But this works only if the page is big enough to be scrolled. If the page fits the screen the above function wont work. How to hide the address bar in this case ? I need to get it to work with iphone, ipad, android devices.