Giter Club home page Giter Club logo

Comments (10)

mjwheatley avatar mjwheatley commented on August 27, 2024

Please run your application in Android Studio, look at the logcat, and report any error messages.

from cordova-plugin-android-fingerprint-auth.

mjwheatley avatar mjwheatley commented on August 27, 2024

@rushabh138 were you able to get the dialog to show up?

from cordova-plugin-android-fingerprint-auth.

rushabh138 avatar rushabh138 commented on August 27, 2024

Yes.. I forget to declare callback function after isAvailableSuccess is true. I thought it is handle by plugin. It fixed once I declare success and error callback function. Appreciate your support.

Please inform me when you come up with new updates for fingerprint plugin.

Thanks.

from cordova-plugin-android-fingerprint-auth.

mjwheatley avatar mjwheatley commented on August 27, 2024

I think you can Star and watch this repository at the top of the page and GitHub will automatically send you a notification when I make changes to the repo.

Glad you were able to get it working.

from cordova-plugin-android-fingerprint-auth.

rushabh138 avatar rushabh138 commented on August 27, 2024

I am testing plugin on Android device with version 6 i.e. SDK 23. However, fingerprint auth is not working. I did setup fingerprint on device and it works for other app i.e. Bank of America; but it doesn't show up touch ID box on the app using fingerprint-auth plugin.

Attach with this message is device info for your reference. The logcat error is false for everything. Can you please provide reason or fix for this error.

Thanks.

device ingo

from cordova-plugin-android-fingerprint-auth.

mjwheatley avatar mjwheatley commented on August 27, 2024

Please check and make sure you have the required permission in the AndroidManifest.xml

from cordova-plugin-android-fingerprint-auth.

rushabh138 avatar rushabh138 commented on August 27, 2024

Thanks for a response.

Can you please provide me with detail permission required for it to work?

from cordova-plugin-android-fingerprint-auth.

mjwheatley avatar mjwheatley commented on August 27, 2024

Sorry, I copied and pasted but forgot to put it in a code block.

<uses-permission android:name="android.permission.USE_FINGERPRINT" />

Also, I just remembered another user mentioned in issue #8 that the Samsung GS5 does not support the Google Fingerprint API

Also here http://stackoverflow.com/questions/35353472/will-samsung-support-googles-fingerprint-api-from-marshmallow

The S6 and S7 do support the Google Fingerprint API.

This plugin does not and will not support the Samsung Pass SDK.

from cordova-plugin-android-fingerprint-auth.

rushabh138 avatar rushabh138 commented on August 27, 2024

Does this plugin supports range of device types like Samsung, HTC, Motorola? Do you know any generic fingerprint plugin which works on majority of android device family? Because cordova-fingerprint-auth works only with new samsung phone i.e. S6 and S7. It doesn't work on older phone. Perhaps, I didn't get chance to test of other devices like HTC or motorola.

from cordova-plugin-android-fingerprint-auth.

mjwheatley avatar mjwheatley commented on August 27, 2024

It should work on any device that uses Android 6.0 (sdk 23) and supports the Google Fingerprint API. Older phones most likely do not have hardware fingerprint scanners. If the OEM of the device does not enable the Google Fingerprint API, this plugin will not work for that device.

Here is a list of phones with hardware fingerprint scanners: http://us.phonegg.com/list/182-Cell-Phones-with-Fingerprint-Scanner

from cordova-plugin-android-fingerprint-auth.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.