1

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?

sam
  • 3,399
  • 4
  • 36
  • 51
  • 1
    Have you found a solution to this problem? I am in the same boat. – Mike A Jul 27 '10 at 23:07
  • it doesn't look like any of the solutions on stackoverflow actually work. It would be hacky, but you could put a webview in a UITableView cell and resize the webview/cell to fit the page height, thus emulating the scroll speed of native tables – N S Oct 01 '12 at 02:43

1 Answers1

-2

Would this help?

Found a better solution. CGTiledLayer.

Community
  • 1
  • 1
willcodejavaforfood
  • 43,223
  • 17
  • 81
  • 111