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

app slides off screen when held

1 Answer 18 Views
General Discussion
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
simon
Top achievements
Rank 1
simon asked on 08 Mar 2015, 07:20 AM
Hi there,

I have put together an app which has a navbar and a single main view. When i hold my finger down and move it, the page moves off the screen into white space

how can i get the page to only display within the available view of the device and not do this?

Cheers

1 Answer, 1 is accepted

Sort by
0
Tsvetina
Telerik team
answered on 11 Mar 2015, 04:08 PM
Hello Simon,

If you are using Kendo UI Mobile in your app, make sure you have updated to the latest version of Kendo UI ( I tested with 2014.3.1411) and set the elastic property of each view's scroller to false:

<div data-role="view" data-scroller="{elastic: false}">
</div>


Regards,
Tsvetina
Telerik
 

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

 
Tags
General Discussion
Asked by
simon
Top achievements
Rank 1
Answers by
Tsvetina
Telerik team
Share this question
or