monaca-plugins / io.monaca.touchid

Touch ID Plugin for Cordova / PhoneGap
17 stars 4 forks source link

Password bug #2

Open tbh726 opened 10 years ago

tbh726 commented 10 years ago

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 commented 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.

masahirotanaka commented 10 years ago

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

niekheezemans commented 10 years ago

Any progress concerning the "Enter Password" function?