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

Feature Request: Galaxy S9 Compatibility #113

Open gyleg5 opened 6 years ago

gyleg5 commented 6 years ago

We received a report from a user that fingerprint login isn't available in our app on their S9. I'm guessing this is because the S9 shipped with Android 8.0 and didn't implement Android 6.0 Fingerprint Authentication like it says in the About notes. We would love it if we could get this plugin to work on newer devices.

mjwheatley commented 6 years ago

It's not that it is a newer device, it is the fact that it is a Samsung device and that manufacture has chosen to implement their own proprietary fingerprint API over using the Android implementation. I will not be implementing the Samsung fingerprint API in this plugin. I will leave that to the open source community to contribute that functionality.