You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: