EddyVerbruggen / nativescript-fingerprint-auth

:nail_care: 👱‍♂️ Forget passwords, use a fingerprint scanner or facial recognition!
MIT License
134 stars 33 forks source link

fingerprint duplicate dialog appears #74

Open nikitakulish opened 4 years ago

nikitakulish commented 4 years ago

Samsung s10, Android 9 "nativescript-fingerprint-auth": "^7.0.2", useCustomAndroidUI: true

Please check it. Screenshot_20200130-100638_apmobilna

jamesst20 commented 4 years ago

My guess here is that your phone is having an in-display fingerprint scanner.

The whitebox behind is the "useCustomAndroidUI" however your phone has its own fingerprint dialog. The right fix would be to have useCustomAndroidUI to false on devices having an in-display fingerprint scanner

khurram-gp commented 3 years ago

@jamesst20 Is there any way to know that a device have in-display fingerprint scanner?