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

userAuthenticationRequired does not work on Android #46

Open
masjr opened this issue Jul 5, 2018 · 3 comments
Open

userAuthenticationRequired does not work on Android #46

masjr opened this issue Jul 5, 2018 · 3 comments

Comments

@masjr
Copy link

masjr commented Jul 5, 2018

When trying to save a value on an Android device like so:

window.plugins.touchid.save("MyKey", "My Password", false, function() {
    alert("Password saved");
});

A fingerprint auth dialogue is displayed. This seems to work correctly on iOS.
Note: setting to true has no effect.

@meishier
Copy link

same here, "Error string is to big" on android

@harshgrovr
Copy link

I get this error: Error in Success callbackId: TouchID1143937401 : ReferenceError: value is not defined

@oicnev
Copy link

oicnev commented Jun 23, 2020

Got this error message returned when I used the explicit 'true' for userAuthenticationRequired:
"The old format of this exec has been removed (deperecated since 2.1). Change to: cordova.exec(null, null, 'Service', 'action', [arg1, arg2]);"

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

4 participants