01-06-2012 05:48 AM
Hi,
I have a application with some pages. It's realized in one html file. I use jquey mobile and the according structure like this:
<div data-role="page" id="home">
<div data-role="header">
<h1>Home</h1>
</div>
...
</div>
<div data-role="page" id="lesson">
...
</div>
<div data-role="page" id="bla">
...
</div>
My problem is my application always scrolls vertical because of the invisble divs. Is there a strategy to prevent this?
best regards