python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Determining the biometric capability of a device using JS
I am trying to detect if a browser on the device running my app supports biometric capability, using Javascript. Specifically, I would like to detect, if the device is capable of FaceId or TouchId. I ...
Manoj Amalraj
Votes: 0
Answers: 1
Ask for only either Face ID or Fingerprint Id in Android app
I want an implementation such that if both Face ID and fingerprint ID is enabled in user's device - my app will ask for authentication with Face ID, if only Face ID is enabled in user's device - my ap...
Sparsh Dutta
Votes: 0
Answers: 0
iOS: 15.4 Beta - Identify if faceid with mask is enabled
With the new feature enabled in ios beta 15.4, I can validate that faceID with mask works.
We get a bool(matched/unmatched) response when using evaluatePolicy, which is not helpful in finding if facei...
user732029
Votes: 0
Answers: 0