
Using the data-page attribute is no longer working. Did that property go away? I see it being used on the demo ScrollView page (data-page="2") but it's defaulting to the first page. ScrollTo also seems to not be working now in my project...
Also, I'm getting an error now when calling showLoading(). When I launch the new example file (kendoui.mobile.2012.2.710.commercial/examples/mobile/application/loadingpopup.html) and click the button, no loading image pops up.
Please let me know if I'm doing something wrong. Thanks.
7 Answers, 1 is accepted
Thank you for drawing our attention to this issue. We was able to address it and the fix will be included in the next internal build ( probably it will be uploaded in the begining of the next week). I updated your Telerik points because of the bug report.
Georgi Krustev
the Telerik team

The examples page is having issues too. I'm getting the following error when loading page: kendoui.mobile.2012.2.710.commercial\examples\mobile\forms\index.html
Line: 90
Error: Object doesn't support property or method 'kendoDropDownList'
Hope this helps.
I could not reproduce the depicted issue. The DropDownList works fine on my end. I tried this online demo and the DropDownList was scrollable.
As to the Form's "Basic usage" demo, the kendo.web.js is not included in the package. It includes only the kendo.mobile.js. We will try to fix this issue for the next release. Until then you can use this online demo.
As a side note, I will ask you to open a separate thread for an issue which is not related with the theme of the current one. Thus we will avoid mixing of the issues.
Georgi Krustev
the Telerik team

Thanks for the information. For what it's worth, here are the js files from my project which worked in the previous version but broke with the new code:
<script src="js/kendo.mobile.min.js"></script>
<script src="js/kendo.popup.min.js"></script>
<script src="js/kendo.list.min.js"></script>
<script src="js/kendo.dropdownlist.min.js"></script>
When using the JS above, scrolling within a mobile dropdown list works correctly when using Chrome (mobile and desktop), but does not work when using the native browser (Android ICS). It also does not work using the native browser (Android 2.3).
I realize things change from release to release, but upgrading to the latest version of Kendo Mobile should not be this problematic. I suggest you better regression test all your code, including package examples, before releasing. Also, if the JavaScript files needed to properly render certain controls change, please include that information in the release notes.
No need to create a separate thread on this one. If I'm still having issues when the latest internal build comes out, I'll submit a formal support ticket.
As I pointed in my previous reply, I could not reproduce the depicted issue locally. The combobox's popup scrolls as expected in Android ICS and Android Gingerbread. Could you please the latest internal build (2012.2.803) and let me know what your findings are?
Georgi Krustev
the Telerik team

1. The dropdownlist is now scrollable. Good news!
2. app.showLoading(); is still throwing an error.
3. ScrollView is still having issues. data-page attribute is having no effect and ScrollTo is not working.
4. Now I'm seeing issues with the tab icons. They've changed (see attached images). I also noticed some differences in font and positioning. Things seem to fit tighter on the screen, which is not a bad thing.
Again, all I did was take my app which had none of the problems listed above and simply replaced the js and css files from the latest internal build files.
Any further insight on these issues would be appreciated. I can open a support ticket and submit all my code if that would help.
BTW, Gary Coggins and I work for the same company and are referring to the same mobile app.
Thanks for the help.
I would recommend to submit a support ticket with a runnable project attached that isolates and demonstrates the problem(s) you encountered with. Please also describe the steps required to reproduce the issues. Thus way we would be able to investigate your case in details and provide you with faster and more accurate solution.
Please provide such example and we will do our best to help.
Regards,
Alexander Valchev
the Telerik team