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
Right now with just available() call - there seems to be no way to detect when there's a biometric feature but user has denied access to the app.
available()
The available function seems to know about - but doesn't pass this critical piece of info back.
available
So no way for the app to tell the user - please enable permissions etc.
Passing the info back on the resolve() would fix the issue.
resolve()
Or another method that returns a boolean based on disabled or not.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now with just
available()
call - there seems to be no way to detect when there's a biometric feature but user has denied access to the app.The
available
function seems to know about - but doesn't pass this critical piece of info back.So no way for the app to tell the user - please enable permissions etc.
Passing the info back on the
resolve()
would fix the issue.Or another method that returns a boolean based on disabled or not.
The text was updated successfully, but these errors were encountered: