How to get fast, smooth scrolling with UIWebView?
        Posted  
        
            by sam
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by sam
        
        
        
        Published on 2010-06-07T04:53:45Z
        Indexed on 
            2010/06/07
            5:02 UTC
        
        
        Read the original article
        Hit count: 697
        
UIWebView exhibits jerky behavior when scrolling fast through lots of content. Mobile Safari, on the other hand, scrolls quickly and smoothly. It displays a simple checkerboard pattern while scrolling and then renders the page when scrolling is done.
How can we get Mobile Safari's fast, smooth scrolling behavior with a UIWebView?
© Stack Overflow or respective owner