Skip to content

Password bug #2

@tbh726

Description

@tbh726

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.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions