You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scrolling will not work within the scrolling area and text will select if the size of the html file exceeds about 200kB on Android 4 devices.
When inspecting the touch events we observed that e.g. 'touchstart' are not passed at all to Javascript (if file is big enough!!), but only if the touch occurs on top of normal text. If the text (e.g. HTML P element) is inside a button element, the touchstart-event goes through again.
It might be of relevance to this project.
Thanks for providing zygna scroller.
The text was updated successfully, but these errors were encountered:
We have posted a bug to the Android 4 tracker ...
https://code.google.com/p/android/issues/detail?id=55922&thanks=55922&ts=1369687024
Scrolling will not work within the scrolling area and text will select if the size of the html file exceeds about 200kB on Android 4 devices.
When inspecting the touch events we observed that e.g. 'touchstart' are not passed at all to Javascript (if file is big enough!!), but only if the touch occurs on top of normal text. If the text (e.g. HTML P element) is inside a button element, the touchstart-event goes through again.
It might be of relevance to this project.
Thanks for providing zygna scroller.
The text was updated successfully, but these errors were encountered: