4

UIWebView taking too long to load a page as compared to Android? Can you tell me what could I have done wrong?

I am using the same web request, but its taking too long on iOS.

Abubakr Dar
  • 4,078
  • 4
  • 22
  • 28
Mashood Tanveer
  • 183
  • 1
  • 9
  • You can use a network proxy such as [Charles Proxy](http://www.charlesproxy.com) to examine the communications and potentially determine the problem. – zaph Aug 20 '15 at 14:59
  • Also try this [ping](http://stackoverflow.com/a/25843488/1889814) and display it in the UI. – StefanS Aug 20 '15 at 15:05

1 Answers1

0

I investigated it and came to know that there could be many reasons of it and its more dependent on individual case. However, one important thing that can be helpful is to use WKWeBView instead of UIWeBView as UIWebView is depreciated.

Mashood Tanveer
  • 183
  • 1
  • 9