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

Failure when fingerprint auth is shown in application and system lockscreen locks phone #64

Closed szankelDvag closed 7 years ago

szankelDvag commented 7 years ago

When fingerprint auth is shown in the application and system lockscreen locks the phone it is not possible to unlock with fingerprint.

mjwheatley commented 7 years ago

Please describe your issue in more detail and provide steps to reproduce the issue. Please also list the device models you have tested.

szankelDvag commented 7 years ago

Device: Huawei Mate

Our app has some lockscreen that can be unlocked using fingerprint. The time is settable via settings. After the time has passed and user didn't touch the view the app locks:

Steps to repdouce:

Start Wait 31 seconds -> App is not locked -> Screen gets black Unlock system lock screen with fingerprint -> Device is unlocked Wait 31 seconds (period is set to 1 minute) -> Application lockscreen shows up with prompt to unlock via fingerprint -> Wait screen gets black Try to unlock system lock with fingerprint -> Error: System doesn't accept fingerprint instead goes to enable via code

_thumb_263326

mjwheatley commented 7 years ago

Here are my findings:

Conclusion

I find these results acceptable and have determined this is not an issue with the plugin.