UIWebView VS WKWebView to load local html

后端 未结 4 970
梦如初夏
梦如初夏 2020-12-11 23:14

i create a html string with 500 p tag with timestamp in it

i use UIWebView and WKWebView loadHTMLString:baseURL: to load it,and wkWeb

4条回答
  •  醉梦人生
    2020-12-11 23:49

    WKWebView rendering performance is noticeable in WebGL games and something that runs complex JavaScript algorithms which UIWebView lacks.

    You check the performance both in the Github.

提交回复
热议问题