As the name says, I am developing a web application for mobile devices (rss reader). It has a list of jquery mobile lists that scrolls vertically. Page header and footer fixed.
In my application, I use html webs stroge browser. Therefore, I do not use web browsing for this purpose. I want my application to look native, so I need to hide the address bar of the browser.
I tried windows.scroll(0,1)
, but this does not work for me, as I said for the browser that my page has no scroll.
thanks
source share