Stop Images from loading in UIWebView

前端 未结 4 1982
借酒劲吻你
借酒劲吻你 2020-12-19 21:37

I have a website that I wish to load in a UIWebView, but it is full of images and takes ages to load. The images are useless, and only serve to reduce the usability on the i

4条回答
  •  無奈伤痛
    2020-12-19 22:23

    I would suggest another option to try:

    using webView:shouldStartLoadWithRequest:navigationType: of the WebView's delegate to return NO when it try to load image.

提交回复
热议问题