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

View & Native Scrolling not working on Android 4.3 + 4.4?

1 Answer 100 Views
View
This is a migrated thread and some comments may be shown as answers.
Patrick
Top achievements
Rank 1
Patrick asked on 14 Aug 2014, 09:01 AM
Hi,

I've got a problem to get native scrolling to work.
In my App I've got a view, with native-scrolling enabled (because of the "keyboard dismiss" scroll back problem).

On my old Android 2.3 everything works fine, but on Android 4.3 and 4.4 I'm not able to scroll in the view (landscape and portrait).

Is there any restriction how the view must be set up?

<div data-role=" data-use-native-scrolling="true">  
  <div id="chooser">
      <!--- content 1 goes here --></div>
  <div id="metadata">
    <form>
       <!-- formular with listview -->
    </form
  </div>
</div>

Thanks in advance,
Patrick

1 Answer, 1 is accepted

Sort by
0
Petyo
Telerik team
answered on 15 Aug 2014, 12:41 PM
Hi Patrick,

native scrolling should work fine in 4.4 - the following view uses it. The markup you have posted seems to be invalid, but I guess you typed it in the form post. Maybe something else happens? 

Regards,
Petyo
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
View
Asked by
Patrick
Top achievements
Rank 1
Answers by
Petyo
Telerik team
Share this question
or