7 Answers, 1 is accepted
0
Hi Fanky,
From the provided information it is not quite clear what might be causing this issue. Could you please provide a more detailed information and/or runnable project that we can investigate locally?
Thank you in advance for your cooperation.
Regards,
Kiril Nikolov
Telerik
From the provided information it is not quite clear what might be causing this issue. Could you please provide a more detailed information and/or runnable project that we can investigate locally?
Thank you in advance for your cooperation.
Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
0
Hi Fanky,
I am afraid that the provided information is insufficient. From the screenshot provided it is not possible to determine what is causing this issue. Could you please extract a runnable sample where this issue can be reproduces, so we can take a look?
Regards,
Kiril Nikolov
Telerik
I am afraid that the provided information is insufficient. From the screenshot provided it is not possible to determine what is causing this issue. Could you please extract a runnable sample where this issue can be reproduces, so we can take a look?
Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

Fanky
Top achievements
Rank 1
answered on 06 Jan 2014, 04:37 PM
Dear Sir,
Thank you for you replay, I find that issue coming from data-use-native-scrolling="true".
Our view will like "header" + "listivew" + "footer tabstrip".
We supposed header and footer with tabstrip always fixed on Top and Bottom individually.
However, we enable data-use-native-scrolling in order to improve performance of rolling.
Header or Footer sometimes can't be fixed in TOP and Bottom uniformly.
when the user scrolls through the listview, header/fooder easily influenced by scrolling action, header/fooder easily join with listview, then move up/down together.
thanks
Jack
Thank you for you replay, I find that issue coming from data-use-native-scrolling="true".
Our view will like "header" + "listivew" + "footer tabstrip".
We supposed header and footer with tabstrip always fixed on Top and Bottom individually.
However, we enable data-use-native-scrolling in order to improve performance of rolling.
Header or Footer sometimes can't be fixed in TOP and Bottom uniformly.
when the user scrolls through the listview, header/fooder easily influenced by scrolling action, header/fooder easily join with listview, then move up/down together.
thanks
Jack
0
Hi Fanky,
Please check the following example, where a setup like yours is used. I have tried to reproduce the issue, but to no avail. Please tell me what I missed:
http://jsbin.com/acaQigU/1/edit
Regards,
Kiril Nikolov
Telerik
Please check the following example, where a setup like yours is used. I have tried to reproduce the issue, but to no avail. Please tell me what I missed:
http://jsbin.com/acaQigU/1/edit
Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

Fanky
Top achievements
Rank 1
answered on 08 Jan 2014, 03:01 PM
Dear Kiril Nikolov,
Thanks you for your reply and example.
Sorry, Forget mention to you, we use kendo mobile with Phonegap to create android and ios application.
Everything running well on android version, but it happened on IOS 7.0
Enclosed abnormal.png and normal.png
Do you have any advise?
Thanks
Jack
Thanks you for your reply and example.
Sorry, Forget mention to you, we use kendo mobile with Phonegap to create android and ios application.
Everything running well on android version, but it happened on IOS 7.0
Enclosed abnormal.png and normal.png
Do you have any advise?
Thanks
Jack
0
Hello Fanky,
This behavior is because, the useNativeScrolling option is enabled on your view. When this option is set to true the view will use the native scrolling available in the current platform, so when you reach the end of the scrollable container it is normal to scroll the whole view. In your case I would suggest you to disable the option, so the view will not be scrolled when end is reached.
Regards,
Kiril Nikolov
Telerik
This behavior is because, the useNativeScrolling option is enabled on your view. When this option is set to true the view will use the native scrolling available in the current platform, so when you reach the end of the scrollable container it is normal to scroll the whole view. In your case I would suggest you to disable the option, so the view will not be scrolled when end is reached.
Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!