[TIMOB-5690] MobileWeb: Support native Safari scrolling for ScrollView and all scrollable elements
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | Low |
| Status | Closed |
| Resolution | Duplicate |
| Resolution Date | 2012-02-07T11:10:18.000+0000 |
| Affected Version/s | Release 1.7.2 |
| Fix Version/s | n/a |
| Components | MobileWeb |
| Labels | n/a |
| Reporter | Andrew Kulinich |
| Assignee | Chris Barber |
| Created | 2011-08-16T02:15:05.000+0000 |
| Updated | 2014-01-28T23:44:48.000+0000 |
Description
Problem: scrollable elements do not display scrollbars in Safari < iOS5
Solution for iOS5+: http://wiki.appcelerator.org/display/html5/First+release?focusedCommentId=20217919#comment-20217919
http://johanbrook.com/browsers/native-momentum-scrolling-ios-5/
overflow: scroll;
-webkit-overflow-scrolling: touch;
Need to investigate using virtual scrollbars.
Resolved by TIMOB-7426