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

Layout issue

7 Answers 169 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Fanky
Top achievements
Rank 1
Fanky asked on 17 Dec 2013, 02:48 PM
Dear Sir,

I use kendo with phonegap / IOS
When I touch any Kendo's input box, then push it up or down, the Main Layout included footer or header will be move up or down together.
  
Thanks
Jack

7 Answers, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 18 Dec 2013, 03:54 PM
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
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 03 Jan 2014, 03:42 PM
Dear sir,

Header and footer can't be located in fix position, it usually scroll up/down vertically with listview.

Thanks
Jack
0
Kiril Nikolov
Telerik team
answered on 06 Jan 2014, 12:40 PM
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
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
 
 

 
0
Kiril Nikolov
Telerik team
answered on 08 Jan 2014, 08:58 AM
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
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 
0
Kiril Nikolov
Telerik team
answered on 08 Jan 2014, 03:18 PM
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
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
Fanky
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Fanky
Top achievements
Rank 1
Share this question
or