I’ve seen plenty of scripts on the web about hiding the address bar by scrolling down to hide it etc. But I noticed that Apple actually hide it completely as in make it disappear!
http://help.apple.com/iphone/5/interface/ on your iPhone you will see the bar removed…
How do I do this? Thanks
They’re doing
event.preventDefault()on thetouchstartevent and handling scrolling in their own code.