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

Native scroll not run

4 Answers 71 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Manolo
Top achievements
Rank 1
Manolo asked on 09 Apr 2014, 10:02 AM
Dear friends,

I have an Android Kendo UI Mobile app, and when i set native scroll on a div, not run anything. Not scroll.

data-use-native-scrolling="true"

Some help ?

Thx you.

4 Answers, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 10 Apr 2014, 07:32 AM
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
 
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.
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.
0
Kamen Bundev
Telerik team
answered on 14 Apr 2014, 11:21 AM
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
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
General Discussions
Asked by
Manolo
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Manolo
Top achievements
Rank 1
Share this question
or