Ignoring NSURLErrorDomain error -999 does not work in UIWebView

后端 未结 2 1283
野的像风
野的像风 2021-01-02 19:40

I\'m trying to avoid the problem generated while UIWebView\'s delegate returns an error like that. I have the common workaround (I saw it anywhere in the Intern

2条回答
  •  無奈伤痛
    2021-01-02 20:22

    Most of the time when working with NSURLConnection or UIWebView, this error is due to a timeout. Might really not be your code, but your connectivity.

提交回复
热议问题