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

Android Text Inputs Scroll at seperate speeds compared to rest of the view.

1 Answer 46 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Eric
Top achievements
Rank 1
Eric asked on 06 Sep 2013, 07:08 AM
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;
    } 

1 Answer, 1 is accepted

Sort by
0
Petyo
Telerik team
answered on 09 Sep 2013, 07:43 AM
Hello Eric,

in order to address this reliably, we will need a runnable sample of your case. Can you please try to replicate the problem in a jsbin or jsfiddle? Thank you in advance.

Regards,
Petyo
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
Eric
Top achievements
Rank 1
Answers by
Petyo
Telerik team
Share this question
or