I\'d like to know how to prevent an Android WebView form asking to save the \"password-data\" from a html form?
May you can help me out on this?
Its not so depreciated as you might think, I had to remove the version check as I was getting the prompt on a Huawei 5.01 device and disable FormData as well...
webview.getSettings().setSavePassword(false); webview.getSettings().setSaveFormData(false);