I used the ListView and it works great on iPhone and Android, but it does not do anything on a tablet. I suspect the problem is because the list fills only half of the screen on the tablet and the issue comes from the threshold.
How could I solve this problem?
2 Answers, 1 is accepted
0
Yavor Georgiev
Telerik team
answered on 16 Feb 2013, 03:45 PM
Hello Andrew,
I will need some more details in order to help you resolve this issue. Could you please share a JS Bin sample that reproduces this behavior, or try to modify this one? Also, what tablet are you running your app on and what OS version?
Kind regards,
Yavor Georgiev
the Telerik team
Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Pluralsight.
I solved this problem by increasing the number of results pulled from the server and now they fill the entire space on the screen and the scroll works :)