This is a migrated thread and some comments may be shown as answers.

Scrolling issues

2 Answers 93 Views
iOS Devices
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Josh
Top achievements
Rank 1
Josh asked on 06 Feb 2015, 03:01 PM
When building with appbuilder, I get this scrolling issue. When you pull up or down to scroll and your finger lands on certain types of elements, like these text inputs, it pulls the entire page down/up - navigation bar and all. This app is using KendoUI, but I have a different app that uses jQuery mobile that does the same thing when building with appbuilder - but when building that jQuery mobile app locally with phonegap, this problem does not happen. 

How do I fix this behavior?

2 Answers, 1 is accepted

Sort by
0
Stefan Dobrev
Telerik team
answered on 07 Feb 2015, 10:01 AM
Hi Josh,

Looking at the screenshot it looks like the DisallowOverscroll property is not set to true (it defaults to false).in the Cordova's config.xml file You can read more information about it in the Cordova docs here. Here is a guide how to edit the config.xml for iOS in AppBuilder.

Regards,
Stefan Dobrev
Telerik
 

Visit the Telerik Verified Plugins Marketplace and get the custom Cordova plugin you need, already tweaked to work seamlessly with AppBuilder.

 
0
Josh
Top achievements
Rank 1
answered on 08 Feb 2015, 10:54 PM
That was it, thanks!
Tags
iOS Devices
Asked by
Josh
Top achievements
Rank 1
Answers by
Stefan Dobrev
Telerik team
Josh
Top achievements
Rank 1
Share this question
or