mjwheatley / cordova-plugin-android-fingerprint-auth

A cordova plugin for fingerprint authentication using the hardware fingerprint scanner on devices running Android 6+
Apache License 2.0
169 stars 131 forks source link

Re:identify device supports fingerprint or not #121

Closed Arunraj93 closed 5 years ago

Arunraj93 commented 6 years ago

Let anyone tell how to check whether the device support finger print sensor or not using javascript

mjwheatley commented 5 years ago

That is what the isAvailable() method is for. Please refer to README. Result will indicate if hardware is available or not.