Fingerprint scanning for Android

Is it possible to implement a fingerprint scanner in an android app? I know there’s a cordova plugin for iOS but cannot find anything for android.

I dug out this old thread, because it was listed one page one at Google, and there doesn’t seem any tutorial on “Fingerprint Ionic Android”…so, I found this plugin for Android here:
https://github.com/mjwheatley/cordova-plugin-android-fingerprint-auth

But I’m actually struggling with Meteor integration.

Maybe someone has a good tutorial link showing how to integrate a cordova plugin manually…?

1 Like

YEp… I also trying to use this plugin in my app. But I can’t make it work.

Any ideas? Any one who knows how to port a cordova plugin to ng-cordova?