Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FaceID on new mobile devices #141

Open
WuglyakBolgoink opened this issue Feb 14, 2020 · 1 comment
Open

FaceID on new mobile devices #141

WuglyakBolgoink opened this issue Feb 14, 2020 · 1 comment

Comments

@WuglyakBolgoink
Copy link
Contributor

WuglyakBolgoink commented Feb 14, 2020

Hallo guys,

is it possible to use faceId instead of fingerprint on mobile device. For example on my Huawei P20 Pro I can activate faceId for unlocking device and fingerprint to access my apps.

@mcendon
Copy link

mcendon commented Mar 11, 2020

This is a new feature on the BiometricManager of Android (https://developer.android.com/reference/android/hardware/biometrics/BiometricManager)
This plugin doesn't use BiometricManager, it uses the old FingerprintManager
Someone have to rewrite the plugin to support this, or you can use https://github.com/NiklasMerz/cordova-plugin-fingerprint-aio that already support "Face ID" for android.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants