Home > Net >  What is "android_webview/Default/Web Data"?
What is "android_webview/Default/Web Data"?

Time:02-10

We have developed an android app that configures the screen in webview.(vuejs)
What happened in webview seems to be saved in cache.

The path is app_webview/Default/Web Data.

However, it is not always saved.
When will it be saved?(How can I debug?)

Is there no problem deleting the file while running the application?

CodePudding user response:

webview.settings.savePassword = false
webview.settings.saveFormData = false
  •  Tags:  
  • Related