1

I have developed an app in which I load the data into webView. My webpage refresh in every 5 seconds through an ajax call. It is working fine in android. Rendering of page in android is very fast. It doesn't seem that url is reloaded in android but in iOS when page refreshing is very slow. Can anybody please tell me the solution?

uraimo
  • 19,081
  • 8
  • 48
  • 55
TechChain
  • 8,404
  • 29
  • 103
  • 228

2 Answers2

0

Please Refer to Is Safari on iOS 6 caching $.ajax results? link.

I think it will solve your problem if you do not allow cache data to load while refreshing UIWebView

Community
  • 1
  • 1
iAnurag
  • 9,286
  • 3
  • 31
  • 48
0

Have you tried using WKWebView instead of UIWebView?

good4pc
  • 711
  • 4
  • 17