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

Password bug #2

Open
tbh726 opened this issue Sep 24, 2014 · 3 comments
Open

Password bug #2

tbh726 opened this issue Sep 24, 2014 · 3 comments
Assignees
Labels

Comments

@tbh726
Copy link

tbh726 commented Sep 24, 2014

Love the plugin, however i ran into a problem... the finger print scan works great, but if you click the "Password" button instead of the touch id the error function is called. this is the function i have loaded.

function localLogin(){
if (ready) {
monaca.touchid.auth(
function(){ alert("login worked"); },
function(errorMessage){ alert("login failed!"); },
"Verify");
};
}

I am using iOS 8, Cordova 3.6.3, jquery mobile 1.4.3 and Jquery 2.1.1 I will see if i can drill down farther into the plugin to see if i can find out what is broke.

@pipozoft
Copy link

I encountered the same issue @tbh726 when I hit to "Enter Password" I get the "login failed" alert instead of being promoted to enter my password.

@masahirotanaka
Copy link
Contributor

We are looking into it. Please stay tuned...

@masahirotanaka masahirotanaka self-assigned this Sep 29, 2014
@niekheezemans
Copy link

Any progress concerning the "Enter Password" function?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants