Hello,
Is it possible to use passwordless authentication feature in EO.WebBrowser?
https://caniuse.com/#search=webauthn shows that Chrome 67 supports it and EO.WebBrowser we have in on Chromium 70.
But when I call await navigator.credentials.get({ publicKey: makeAssertionOptions }) it hangs and wait until timeout.
In Chrome it shows form to touch security key to continue the process at this time.
Looks like everything hangs on that dialog box somehow.