capacitor-biometric-auth
capacitor-biometric-auth copied to clipboard
Hi, I'm getting folloing exception when trying to use this plugin. Please help anyone **Exception:** ] Error: node_modules/@capacitor/core/types/definitions-internal.d.ts:16:18 - error TS2430: Interface 'CapacitorInstance' incorrectly extends interface 'CapacitorGlobal'. [ng] Types of...
faceid
Using Capacitor 3 which targets iOS 12 and above (the last three iOS versions), this plugin is no longer supported as it requires iOS 11 according to the `Plugin.swift` file....
Huawei P8 lite 2017 Android version 8.0.0 I use Android device. In my case its not working. If I call ` const authResult = await BiometricAuth.verify( { reason: 'text', title:...
When the Device Runs BiometricAuth.verify throws an Exception and the app crashes. Tested on Device Motorola G5 Plus Android 8.1: Android Studio Debug Error: E/Capacitor: Serious error executing plugin java.lang.reflect.InvocationTargetException...
…entation), used latest Android Api BiometricManager for checking hw availability in case of failure, error will be returned as json in ios and jsonAs a string in android due to...
hi, I am getting screen for passcode instead of face unlock,even when face is registered and setup as unlock mechanism in iPhone 11. In Samsung M31, If fingerprint is not...
Follow Step mentioned in Instruction . Bellow one is may package.json { "name": "biotest", "version": "0.0.1", "author": "Ionic Framework", "homepage": "https://ionicframework.com/", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng...
Requires API level 29 and already deprecated in favour of [`setAllowedAuthenticators`](https://developer.android.com/reference/android/hardware/biometrics/BiometricPrompt.Builder#setAllowedAuthenticators(int)) in API level 30. Seems it's rather immature 🤷
I am using this plugin. On ios it works great because the touch ID popup has a "cancel" button that can be pressed. However, in my Android device (One Plus...