breautek commented on issue #1800:
URL: 
https://github.com/apache/cordova-android/issues/1800#issuecomment-2952817846

   > Yes, it returns null, I caught that in the logs. But the thing is, the 
source of passwords is the keyboard, for example Gboard, Google Autofill. That 
is, the built-in autofill services of the phone itself.
   
   Like the browser, the webview does disable features if the document isn't 
loaded as a secure context, which the `file://` protocol is considered 
insecure. I do not know if this is the actual cause in your case but I do know 
that device password managers does work over the WebViewAssetLoader (which is 
used when `AndroidInsecureFileModeEnabled` is disabled), at least it works on 
Samsung devices.
   
   Samsung doesn't autofill though automatically, but you can select a stored 
credentials, which requires biometrics (then it will autofill).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to