UIWebView content loads successfully but gives pop up

46 Views Asked by At

I am loading (1) HTML string (2) Web URL in UiWebView. For some content, I am getting alert: "There is some issue while processing your request" still it loads content.

The following delegate called:

- (void)webViewDidFinishLoad:(UIWebView *)webView

Is there any issue related to web content or is there something from iOS side? My App deployment target is iOS 10, so I can not use WKWebView.

0

There are 0 best solutions below