Software Archive
Read-only legacy content
17061 Discussions

Screen bouncing

A_B_3
Beginner
253 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
253 Views
0 Kudos
A_B_3
Beginner
253 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
253 Views

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

to intelxdk.config.additions.xml

worked for me also.

0 Kudos
Reply