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
168 stars 131 forks source link

Usage within Ionic View on Samsung S7 Edge #13

Closed Fritz1971 closed 8 years ago

Fritz1971 commented 8 years ago

Hi,

I am using the plugin but it is not working for me. I am using S7 Edge with Android 6.0.1 and Ionic View to test the authentication.

Regards Matthias

mjwheatley commented 8 years ago

What exactly is not working? Are you seeing any error messages in your LogCat? What framework are you using, Ionic, Ionic2, or Cordova? Is the FingerprintAuth global variable defined? Is the isAvailable() method or the show() method not work?

Fritz1971 commented 8 years ago

Hi, thank you for answering. I am not at the office for a couple of days. I have seen that I did not wait for the device ready event to fire so most probably this is the problem. I will close this file for now and reopen it in the case that the issue remains. Thanks