Software Archive
Read-only legacy content

Prevent Scroll

Marco_S_
Principiante
610 Visualizações

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 Responder
Amrita_C_Intel
Funcionário
610 Visualizações

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.

Responder