Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

Screen bouncing

A_B_3
Beginner
698 Views

How to prevent vertical viewport bouncing? (IOS)

I read that it is disabling by changing Cordova constant "DisallowOverscroll" in config.xml file.

How I can do it in XDK?

0 Kudos
3 Replies
PaulF_IntelCorp
Employee
698 Views
0 Kudos
A_B_3
Beginner
698 Views

Thanks.

I 'v added this line <preference name="DisallowOverscroll" value="true" />

into  intelxdk.config.additions.xml file and its work.

0 Kudos
Richard_J_
Beginner
698 Views

adding <preference name="DisallowOverscroll" value="true" />

to intelxdk.config.additions.xml

worked for me also.

0 Kudos
Reply