Search code examples
fingerprintprogressive-web-apps

How implement fingerprint scanner in WebApp?


I want use sensor of android to get fingerprint. I have a WebApp and want to get callback of fingerprint. Is possible implement fingerprint scanner in WebApp? Using Javascript or something like that?


Solution

  • It is now possible to use the Web Authentication API in all major browsers, including iOS.

    This is a very important development for PWAs.