All Products
Demos
Pricing
Services
Blogs
Docs & Support
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
Kendo UI for jQuery Forum
/
ListView (Mobile)
/
List view scroll to top bug
Cancel
Kendo UI
Resources
Buy
Try
Feed for this thread
2 posts, 0 answers
Cool Apps
9 posts
Member since:
Oct 2012
Posted 26 Feb 2015
Link to this post
Hi,
I am using an endless scrolling list view in my app. Recently added the ability to scroll to the top of the page, but the performance is really bad. Most of the time I simply get a blank page and I have to scroll up and down to see anything. It can be easily reproduced in your demo:
http://dojo.telerik.com/OqEGI (original - http://demos.telerik.com/kendo-ui/mobile-listview/endless-scrolling#/)
Just change the header to this: <span data-role="view-title" onClick="app.view().scroller.scrollTo(0, 0);"></span>
How can I workaround this bug?
Petyo
Admin
2444 posts
Posted 02 Mar 2015
Link to this post
Hi,
after scrolling to the top, you should also refresh the listview. Please refer to
this thread for more details
.
Regards,
Petyo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework -
download Kendo UI
now!
Back to Top
Close