Skip to content
New issue

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

Whitescreen on in-display fingerprint scanner #220

Closed
BorntraegerMarc opened this issue Jan 21, 2020 · 2 comments
Closed

Whitescreen on in-display fingerprint scanner #220

BorntraegerMarc opened this issue Jan 21, 2020 · 2 comments
Labels

Comments

@BorntraegerMarc
Copy link

BorntraegerMarc commented Jan 21, 2020

Bug report

Description

On my OnePlus 6T with android 10 I get a white screen and don't see any of the title / description.

  • What did you do?

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:
    Screenshot_20200121-100051

  • What did you expect to happen?
    That the title is displayed like on other android phones when there is a normal fingerprint scanner.

Environment

  • Plugin version 3.0.0
@NiklasMerz
Copy link
Owner

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.

@NiklasMerz
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants