Changes between Initial Version and Version 1 of Ticket #16012, comment 1
- Timestamp:
- Sep 19, 2012, 5:08:25 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16012, comment 1
initial v1 15 15 b) The scrollbars do not appear temporarily during the scroll (while they do appear in non-native scroll on Android, and they appear in native scroll on iPhone). 16 16 17 c) There is no touchmove event during the scroll (while on iPhone the events do arrive). (The test file includes debug code for checking the events a nddocument and body levels.)17 c) There is no touchmove event during the scroll (while on iPhone the events do arrive). (The test file includes debug code for checking the events at document and body levels.) 18 18 19 19 All in one, at this stage, the native scroll does not seem usable, unless we will find ways to improve it and/or iOS and Android will improve it...