Open abhijitsinghbsb opened 3 years ago
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 Opened
but nothing happens. Sometimes Android warns that the app is causing instabilities.
iOS version of the plugin supports launching the Touch Id settings using "touch" flag. Need a similar option in Android to launch such settings.