Hi David,
Thank you very much for your project, it really helped narrowing down the issue.
In your case you can approach the problem in two different ways:
1) If you want to navigate to one and the same page every time you open the view, you can set the page property of the widget, as shown in this example:
http://docs.telerik.com/kendo-ui/api/mobile/scrollview#configuration-page
2) If you want to navigate to different pages, and not set it as a static property, you can use the fetch() method of the dataSource and pass a callback handling the scrolling as in this example:
http://jsbin.com/rofokula/2/edit
Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework -
download Kendo UI now!