Niklas Merz
Niklas Merz
Thank you for your words and this good question. If this plugin is safe and secure is something only you can answer for yourself. I cannot give any promises since...
Rebased. Looks like a breaking changed. Milestone set to next major version
@greaterking and @exxbrain Ideas? I never use FaceId on Android.
Since this is an OS issue I am locking this to prevent further questions.
Looks like this error should be supported: https://github.com/NiklasMerz/cordova-plugin-fingerprint-aio/blob/8a66c24dc827dc639dfe85ffc8ef1d1418229ebc/src/ios/Fingerprint.swift#L15 I guess we need to detect it here: https://github.com/NiklasMerz/cordova-plugin-fingerprint-aio/blob/8a66c24dc827dc639dfe85ffc8ef1d1418229ebc/src/ios/Fingerprint.swift#L59 The error should be thrown correctly while using the `show` function? Adding @greaterking...
Awesome. Of course create the PR and we will review it. Looking forward.
Thanks for reporting. Could you please post the logcat output?
#132 is somehow related. Rewriting the Android part with the new API could address this in #129
Great job @edunad ! I am trying to integrate your PR in my version for Android. Did you try using the proxy for POST requests? I did not find out...
The problem with POST is that it does not pass the body through the proxy. I need a way to do that. The `WebResourceRequest` class is kind of limited. I...