I tried using different settings for WebViww for example:
checkoutWV.getSettings().setDomStorageEnabled(true); checkoutWV.getSettings().setSaveFormData(true); checkoutWV.getSettings().setSavePassword(true); checkoutWV.getSettings().setAllowContentAccess(true); checkoutWV.getSettings().setAllowFileAccess(true); checkoutWV.getSettings().setSupportZoom(true); checkoutWV.setClickable(true); checkoutWV.setWebChromeClient(new WebChromeClient());
But nothing works.
Is it possible to use the standard Google Chrome function in WebView and how - to cause a pop-up window to save the password?
android google-chrome webview
Lola
source share