Welcome to the Official BlackBerry® Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Web and WebWorks Development

Reply
Developer
Levion
Posts: 89
Registered: 12-22-2010
My Carrier: Software Developer

Prevent scrolling

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

Please use plain text.