cordova-plugin-fingerprint-aio icon indicating copy to clipboard operation
cordova-plugin-fingerprint-aio copied to clipboard

isAvailable is not a function

Open mitchn5 opened this issue 3 years ago • 0 comments

Hi, I've been trying to use isAvailable function in order to check before showing a button to call show(). Show function works but when calling isAvailable I just get a does not exist error. Any ideas? this is the code I have for now

window.Fingerprint.isAvailable((result: any) => { console.log("in isAvailable success, returning true"); return true; }, (error: any) => { alert(error.message); });

mitchn5 avatar Sep 08 '22 20:09 mitchn5