I want to build application where users can login using mobile fingerprint sensor, pin or face id. I found that Web Authentication API provides me with feature like this, But it behaves strangely when I try to use already created demo from internet (for example Webauthn.io). I have iPhone and have latest google chrome and safari browsers inside. When I try this demos using chrome, it says that Web Authentication API is not supported, and when I try safari, it says:
"'webauthn.io' would like to enroll a security key. Insert your security key or bring the key near the top of your iPhone. Then, activate the key"
so what is happening? what should i do? does this mean that there's no point using Web Authentication API because it lacks browser support?