4 Answers, 1 is accepted
0
Hello Manolo,
The useNativeScrolling option is valid only for Views and for the Application itself - you can't use it on a simple div. If you want to do that, you need to initialize a scroller on it and use its useNative option. Keep in mind that native scrolling of a container doesn't work in some platforms, so we don't enable it there (e.g. Android 2).
Regards,
Kamen Bundev
Telerik
The useNativeScrolling option is valid only for Views and for the Application itself - you can't use it on a simple div. If you want to do that, you need to initialize a scroller on it and use its useNative option. Keep in mind that native scrolling of a container doesn't work in some platforms, so we don't enable it there (e.g. Android 2).
Regards,
Kamen Bundev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

Manolo
Top achievements
Rank 1
answered on 10 Apr 2014, 10:25 AM
Dear Kamen,
The data-use-native-scrolling don´t run in any div I put it.
For example:
<div id="tabstrip-offers" data-role="view" data-title="Offers" data-layout="tabstrip-layout" data-use-native-scrolling="true">
I don´t know exactly why, because i remember in some another test before my final app version that the native scrolling in android runs fine, but in this momment any view div i have accept data-use-natrive-scrolling, and i don´t know why.
Some ideas?
Thx you.
The data-use-native-scrolling don´t run in any div I put it.
For example:
<div id="tabstrip-offers" data-role="view" data-title="Offers" data-layout="tabstrip-layout" data-use-native-scrolling="true">
I don´t know exactly why, because i remember in some another test before my final app version that the native scrolling in android runs fine, but in this momment any view div i have accept data-use-natrive-scrolling, and i don´t know why.
Some ideas?
Thx you.
0

Manolo
Top achievements
Rank 1
answered on 10 Apr 2014, 11:01 AM
Also i have test your other solution on scroller role div, and not run .
Thx you.
Thx you.
0
Hello Manolo,
Can you send a sample project with the issue isolated, so that we can see why its not working? Thank you in advance.
Regards,
Kamen Bundev
Telerik
Can you send a sample project with the issue isolated, so that we can see why its not working? Thank you in advance.
Regards,
Kamen Bundev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!