On the latest build v2013.2.716 we are experiencing the same issues we previously mentioned in this post:
http://www.kendoui.com/forums/mobile/listview/android-use-native-scrolling-display-issue-on-list-view---android-4-1-2.aspx
However this isn't in relation to a particular listview, just a regular view with a google map, some inputs and buttons. When you scroll the inputs scroll at half speed while the rest of the view scroll at full speed, sort of like an unwanted parallax effect.
This does not happen when use native scrolling is disabled. I am sensing the problem is a similar css hack as the previously mentions forum answer solved our issues with a css fix for a similar natured problem.
This is happening on all versions of android we have tested: 4.1.2 and 4.2.2
Maybe instead of
.km-listview-wrapper {
-webkit-transform: none !important;
}
something like....
.km-tview-wrapper {
-webkit-transform: none !important;
}
http://www.kendoui.com/forums/mobile/listview/android-use-native-scrolling-display-issue-on-list-view---android-4-1-2.aspx
However this isn't in relation to a particular listview, just a regular view with a google map, some inputs and buttons. When you scroll the inputs scroll at half speed while the rest of the view scroll at full speed, sort of like an unwanted parallax effect.
This does not happen when use native scrolling is disabled. I am sensing the problem is a similar css hack as the previously mentions forum answer solved our issues with a css fix for a similar natured problem.
This is happening on all versions of android we have tested: 4.1.2 and 4.2.2
Maybe instead of
.km-listview-wrapper {
-webkit-transform: none !important;
}
something like....
.km-tview-wrapper {
-webkit-transform: none !important;
}