[Webkit-unassigned] [Bug 166978] Archive flicker in scroll on Cordova 4+, WKWebView and iOS 10
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jan 12 22:17:28 PST 2017
https://bugs.webkit.org/show_bug.cgi?id=166978
--- Comment #5 from Mikey <tomkinson at hotmail.com> ---
Thank you so much. You're both right, I should have provided a test app/code but I thought this might be a known issue. In fact we FINALLY solved it. Turns out it was that the view did not appreciate a long scroll that is one solid element (which is what we did because we were dealing with some old android feed issues at the time) and was the only way to prevent jank and some other long scroll wrapping issues.
so instead of
- scroll parent
- scrolled list
- list item
- list item
- list item
- list item
....
We did
- scroll parent (which also happens to be the list)
- list item
- list item
- list item
- list item
Thank you both for such timely responses.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170113/13f4a9e2/attachment-0001.html>
More information about the webkit-unassigned
mailing list