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

Face Scan in Android #198

Open
zhuminjunivan opened this issue Nov 10, 2021 · 5 comments
Open

Face Scan in Android #198

zhuminjunivan opened this issue Nov 10, 2021 · 5 comments

Comments

@zhuminjunivan
Copy link

if PromptInfo set setConfirmationRequired(fasle),face scan error dialog will show two negativeButton;

As shown :
IMG20211110120238

set setConfirmationRequired(true) no matter

@mikehardy
Copy link
Collaborator

It sounds like you are here?

What if you remove the next line so there is no cancel text? Is this device specific? Are there other reports of this?

It looks like the package ships with this configuration to start, surprising if it is not listed in the issues then, which makes me think maybe device specific 🤔

@zhuminjunivan
Copy link
Author

zhuminjunivan commented Nov 11, 2021

It sounds like you are here?

What if you remove the next line so there is no cancel text? Is this device specific? Are there other reports of this?

It looks like the package ships with this configuration to start, surprising if it is not listed in the issues then, which makes me think maybe device specific 🤔

Device : Realme Q3, Android 11

@zhuminjunivan
Copy link
Author

Maybe this is a system bug
if I setConfirmationRequired(true),face sacn successed need to confirm;
if setDeviceCredentialAllowed(true) and not setNegativeButtonText also ok;although user need to enter password,but don't affect the operation。
so advice open parameter to rn,let developer choose;
Thanks

@mikehardy
Copy link
Collaborator

I am no authority in this module, but in general that seems like a reasonable thing if you wanted to make a pull request with it

@zhuminjunivan
Copy link
Author

I am no authority in this module, but in general that seems like a reasonable thing if you wanted to make a pull request with it

never mind,i change it locally

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

No branches or pull requests

2 participants