We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On my OnePlus 6T with android 10 I get a white screen and don't see any of the title / description.
Calling the library with ionic native like this:
await this.fingerprint.show({ title: 'test', description: 'test2' });
What did happen? Saw a white screen on my OnePlus phone:
What did you expect to happen? That the title is displayed like on other android phones when there is a normal fingerprint scanner.
The text was updated successfully, but these errors were encountered:
I use a OnePlus 6T myself and I am aware of this problem. Unfortunately we cannot do anything to fix this. This is bug in OnePlus' implemeation of the BiometricPrompt API of Android. See here: https://forums.oneplus.com/threads/problems-about-oneplus-6t-fingerprint-api.944959/ and here #179 (comment)
The plugin switched to this new API since the old one is deprecated.
Sorry, something went wrong.
The plugin works just fine, but I understand that this is not pretty. I can see the same problem in other non Cordova apps I am using.
Thank you for using this plugin and reporting this issue.
No branches or pull requests
Bug report
Description
On my OnePlus 6T with android 10 I get a white screen and don't see any of the title / description.
Calling the library with ionic native like this:
What did happen?
Saw a white screen on my OnePlus phone:
What did you expect to happen?
That the title is displayed like on other android phones when there is a normal fingerprint scanner.
Environment
The text was updated successfully, but these errors were encountered: