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
iOS version of the plugin supports launching the Touch Id settings using "touch" flag. Need a similar option in Android to launch such settings.
The text was updated successfully, but these errors were encountered:
The setting "biometric" doesn't work on Android 13 for me. Otherwise it should probably open the Android settings much like iOS touch.
window.cordova.plugins.settings.open('biometric',function(){console.log('Opened');},function(){console.log('Failed');})
Logs to console Openedbut nothing happens. Sometimes Android warns that the app is causing instabilities.
Opened
Sorry, something went wrong.
No branches or pull requests
iOS version of the plugin supports launching the Touch Id settings using "touch" flag.
Need a similar option in Android to launch such settings.
The text was updated successfully, but these errors were encountered: