Accurately detecting when passkeys are unsupported #586
Replies: 1 comment 1 reply
-
Unfortunately this is a reality of passkeys in July 2024. Case in point, some browser runtimes will "lie" about their support if, for example, |
Beta Was this translation helpful? Give feedback.
-
I've been using
browserSupportsWebAuthn()
to check if passkeys are supported, but it doesn't seem to work for all browsers. For example, the Google Search app on iOS will return true forbrowserSupportsWebAuthn
but doesn't actually support passkeys.Is there another way to accurately detect if passkeys are not supported?
Beta Was this translation helpful? Give feedback.
All reactions