For screens where I have a header and footer, the scrolling is very shaky. When I try to scroll down, the whole screen including the header and footer moves. Is this not a supported layout (where the screen is scrollable with a header and footer)
5 Answers, 1 is accepted
0
Hi Manoj,
Can you reproduce this using this demo(both header and footer are included)?
http://demos.kendoui.com/mobile/tabstrip/index.html#/
In order to assist you further, please include a runnable sample showing the issue that we can take a look at and help you out. If you are having troubles extracting a sample, you might find this blog post useful:
http://www.kendoui.com/blogs/teamblog/posts/13-09-24/how-to-get-the-most-out-of-your-kendo-ui-support.aspx
Regards,
Kiril Nikolov
Telerik
Can you reproduce this using this demo(both header and footer are included)?
http://demos.kendoui.com/mobile/tabstrip/index.html#/
In order to assist you further, please include a runnable sample showing the issue that we can take a look at and help you out. If you are having troubles extracting a sample, you might find this blog post useful:
http://www.kendoui.com/blogs/teamblog/posts/13-09-24/how-to-get-the-most-out-of-your-kendo-ui-support.aspx
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

Manoj
Top achievements
Rank 1
answered on 16 Oct 2013, 09:35 PM
Can I zip up the files and send it to you by email?
0

Manoj
Top achievements
Rank 1
answered on 16 Oct 2013, 10:16 PM
I went ahead and added a modified version to jsbin. Here is the link: http://jsbin.com/iYOnOWu#/. Please let me know if you are able to see thebehavior. (FYI: I am viewing it on my iPhone 5)
0
Hello Manoj,
Kiril Nikolov
Telerik
The problem comes from the fact that you are using a old version of Kendo UI Mobile in your jsBin. Please update to the latest one, where your example works as expected.
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

Manoj
Top achievements
Rank 1
answered on 21 Oct 2013, 04:15 PM
In my app, I am using the jquery lib that came with the your latest install package. May be in jsbin, I accidentally selected the older version. Anyway, I will try changing the jquery version and see if it resolves the issue.