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.
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.
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.