I am using webview in my android app to fetch some webpages from multiple sites. I have some doubts regarding webview behavior
- Does webview store history, cookies, form autofill information? If yes, can we stop it from doing that?
- If Webview is storing cookies, does it share cookies with other normal browsers on phone (can info stored in cookie for a website xyz when opened using webview, be used when user tries to open website from another browser on phone)?
P1. Does
WebViewstore history, cookies, form autofill information? If yes, can we stop it from doing that?[Ans] Yes,
WebViewstores hisotry/ cookies and autofill.To stop:
P2. If
WebViewis storing cookies, does it share cookies with other normal browsers on phone (can info stored in cookie for a website xyz when opened using ‘WebView`, be used when user tries to open website from another browser on phone)?[Ans] No. Information is not shared with other phone browsers.