<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Archive flicker in scroll on Cordova 4+, WKWebView and iOS 10"
   href="https://bugs.webkit.org/show_bug.cgi?id=166978#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Archive flicker in scroll on Cordova 4+, WKWebView and iOS 10"
   href="https://bugs.webkit.org/show_bug.cgi?id=166978">bug 166978</a>
              from <span class="vcard"><a class="email" href="mailto:tomkinson&#64;hotmail.com" title="Mikey &lt;tomkinson&#64;hotmail.com&gt;"> <span class="fn">Mikey</span></a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>