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

useNativeScrolling set to true breaks kendo list view with pull to refresh

1 Answer 52 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Paul
Top achievements
Rank 1
Paul asked on 04 Nov 2013, 07:43 PM
If you set the application wide useNativeScrolling:true then it breaks the app if you have any ListViews like below with pull to refresh enabled
<ul data-role="listview" data-source="app.dataSourceGetUsers" data-pull-to-refresh="true"  data-auto-bind="false"
data-template="userItem" class="viewList">
    </ul>

This will generate this error and stop the app from processing any more 
Uncaught TypeError: Cannot call method 'setOptions' of null

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 07 Nov 2013, 01:46 PM
Hi Paul,

This is a known limitation listed in the Kendo UI documentation here: Native Scrolling Support.

Regards,
Steve
Telerik
You've missed the Icenium Visual Studio Integration keynote? It has been recorded and posted here.
Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.
Tags
General Discussions
Asked by
Paul
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or