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

ScrollView Issues with New Code

7 Answers 244 Views
ScrollView (Mobile)
This is a migrated thread and some comments may be shown as answers.
Mark White
Top achievements
Rank 1
Mark White asked on 26 Jul 2012, 02:17 AM
I downloaded and updated my project with the new kendoui.mobile.2012.2.710.commercial files.  However, now I'm seeing some issues.

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

Sort by
0
Georgi Krustev
Telerik team
answered on 27 Jul 2012, 04:11 PM
Hello Gary,

 
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.

Kind regards,
Georgi Krustev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Dan Cornish
Top achievements
Rank 1
answered on 28 Jul 2012, 03:47 PM
I'm also now having issues with kendoDropDownList within my mobile project.  The ability to scroll through the dropdown list is gone. For longer lists this makes the control unusable.  Please look into this as well.

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. 
0
Georgi Krustev
Telerik team
answered on 02 Aug 2012, 07:21 AM
Hello Dan,

 
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. 

Regards,
Georgi Krustev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Dan Cornish
Top achievements
Rank 1
answered on 03 Aug 2012, 02:00 AM
Hi Georgi,

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.
0
Georgi Krustev
Telerik team
answered on 03 Aug 2012, 02:47 PM
Hello Dan,

 
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?

Kind regards,
Georgi Krustev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Dan Cornish
Top achievements
Rank 1
answered on 04 Aug 2012, 02:25 AM
I downloaded the 02206kendoui.mobile.2012.2.803.commercial internal build and replaced my old js and css files with the new ones.  Here's my findings:

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.
0
Alexander Valchev
Telerik team
answered on 08 Aug 2012, 01:07 PM
Hi Dan,

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
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
ScrollView (Mobile)
Asked by
Mark White
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Dan Cornish
Top achievements
Rank 1
Alexander Valchev
Telerik team
Share this question
or