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

Scrolling Issue

5 Answers 109 Views
SplitView
This is a migrated thread and some comments may be shown as answers.
Jay
Top achievements
Rank 1
Jay asked on 30 Sep 2014, 02:50 AM
I'm encountering problems with scrolling a ListView inside a SplitView. Sometimes it works, sometimes it scrolls incomplete, sometimes it doesn't scroll. This can also be seen in the SplitView mobile demo (using iPad mini on iOS 8.0.2). Is this a known issue? Thanks.

5 Answers, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 01 Oct 2014, 03:37 PM
Hello Jay,

I was not able to reproduce the issue on my end. Would it be possible to provide detailed steps for reproduction?


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
Jay
Top achievements
Rank 1
answered on 07 Oct 2014, 01:15 AM
Please see here http://jsbin.com/rucawocaxuna. Note that this is not exactly how it shows on cordova 3.6 which indicates that problem may also be UIWebView related.

On iOS 8.0.2 Safari that when you touch the input field area and try to scroll, the view will bounce. On cordova 3.6, the screen scrolls and header disappears.

On iOS 8.0.2 Safari, when you touch the label  and try to scroll, the view will work as expected. On cordova 3.6, the screen scrolls and the header disappears.
0
Accepted
Kiril Nikolov
Telerik team
answered on 08 Oct 2014, 08:44 AM
Hello Jay,

The solution in your case would be to disable the bounce functionality of the Cordova application, therefore the view will not bounce when scrolling. Here is how to do it:

http://stackoverflow.com/questions/18799517/how-to-stop-uiwebview-bouncing-vertically-in-phonegap-3-0

http://stackoverflow.com/questions/16274074/stopping-overscroll-bounce-in-phonegap-ios

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
Jay
Top achievements
Rank 1
answered on 09 Oct 2014, 12:43 AM
I've already disabled overscroll and bounce in cordova. What happens in cordova is that the whole screen scrolls (including headers) instead of the expected listview scroll.

However, I just upgraded to the latest Kendo UI (1008) and that seems to have resolved the issue.

Thanks.
0
Kiril Nikolov
Telerik team
answered on 09 Oct 2014, 07:47 AM
Hello Jay,

I am happy to hear that the issue is resolved with the latest build.

In case you have any further questions, please do not hesitate to contact us.

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
SplitView
Asked by
Jay
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Jay
Top achievements
Rank 1
Share this question
or