Software Archive
Read-only legacy content

Prevent Scroll

Marco_S_
Beginner
216 Views

Hi all,

  I have an HTML page with some tabs. I need to block the scroll page in some tabs (not in all).

I use Android and the AppFramework.

Thanks in advance

Marco

0 Kudos
1 Reply
Amrita_C_Intel
Employee
216 Views

Just add scrolling="no" in your panel and data-footer="none" 

<div id="main" class="panel" selected="true" scrolling="no" data-footer="none">

OR

Can you try testing on actual device, it should not do that.

Add <preference name="DisallowOverscroll" value="true" /> in your intelxdk.config.additions.xml file, this will preview scroll bounce.

0 Kudos
Reply