Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android 4 WebView scrolling over text breaks when file-size of HTML is too big (Cross Reference to Android tracker) #38

Open
katzlbt opened this issue May 27, 2013 · 0 comments

Comments

@katzlbt
Copy link

katzlbt commented May 27, 2013

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant