-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
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.
Reactions are currently unavailable