我不是 android 开发人员,并且坚持使用 android 的东西。我希望这里有人可以帮助我。
我正在我的网站上实现 WebAuthn/FIDO2,它与浏览器完美配合。但是当我在我的 android 应用程序(android.webkit.webview)中打开我的网站时,它给了我错误
I/chromium: [INFO:CONSOLE(136)] "Got error-NotSupportedError: The user agent does not support public key credentials."
我在我的网站中使用的代码示例类似于:
navigator.credentials.create({ publicKey })
在我的应用程序中打开https://webauthn.io/显示“当前不支持此浏览器”
我们不能以某种方式更新 webView 吗?
我正在使用 sdk 版本(API 26,Android 8.0 oreo)
有什么解决方法吗?
提前致谢!