sjhoeksma / cordova-plugin-keychain-touch-id

Touch ID plugin with saving password in keychain for IOS and android
87 stars 160 forks source link

isAvailable not returns touch on Android #50

Open Pablodotnet opened 5 years ago

Pablodotnet commented 5 years ago

The readme says this:

isAvailable(successCallback(biometryType), errorCallback(msg)) will Check if touchid is available on the used device. The successCallback gets the biometryType argument with 'face' on iPhone X, 'touch' on other devices.

But on Android it returns 'OK' instead of 'touch'. Not a big issue but it can be fixed...