Open tbh726 opened 10 years ago
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.
We are looking into it. Please stay tuned...
Any progress concerning the "Enter Password" function?
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.