EddyVerbruggen / cordova-plugin-touch-id

:nail_care: 👱‍♂️ Forget passwords, use a fingerprint scanner!
MIT License
214 stars 72 forks source link

cordova touch ID plugin issue #55

Open karthi431Reddy opened 6 years ago

karthi431Reddy commented 6 years ago

where can i add this code

window.plugins.touchid.isAvailable( function(){alert('available')}, // success handler: TouchID available function(){alert('not available')} // error handler: no TouchID available );