ios - How to remove HTML5 persistant databases in UIWebView? -
i have native application uses uiwebview , notice sites google, using html5 local database storing information. using native apis clearing items out of cookie store, clearing persistent cookie store nothing remove these local databases. there way remove them through native api?
update:
is there way through non-native api or javascript?
you can run javascript directly in url bar:
javascript:localstorage.clear(); note local storage same domain scoped, clear storage of current domain are.
currently google uses google analytics, adsense, etc.
Comments
Post a Comment