ios - How to delete HTML5 cache from UIWebView? -


i have web page hosted following tag allow html5 cache. , res shows png image text.

<html manifest="offline.appcache"> 

but after deleting applicationcache.db, after deleting cookies, after clearing nsurlcache, uiwebview still shows cached data in airplane mode.

but how ever if kill app double pressing home button, not show cached data.

all want uiwebview not show cached data without out killing app.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -