Ways to improve UIWebView scrolling performance?

前端 未结 3 1355
抹茶落季
抹茶落季 2021-02-01 07:54

I am building an application that includes a UIWebView containing a large number of images, CSS, embedded video, and JavaScript tap handlers. Scrolling performance

3条回答
  •  日久生厌
    2021-02-01 08:09

    The guys at LinkedIn have done extensive work with UIWebView and HTML5 on their iPad application. Their entire feed which is heavy with images, texts and videos is rendered inside a UIWebView.

    The following blog post should give you lots of starting points to performance improvements

    LinkedIn for iPad: 5 techniques for smooth infinite scrolling in HTML5

提交回复
热议问题