@sergerdn I'm not saying its a bug, I'm explaining to other people how to do it properly if they are facing the error. Did you even read the post 🤦♂️
ReferenceError: Fingerprint2 is not defined
-
Hey, I have code from this page:
new Fingerprint2().get(function(result, components) { console.log(result) // a hash, representing your device fingerprint console.log(components) // an array of FP components })And error in console: "Thread #1 : ReferenceError: Fingerprint2 is not defined"
What`s wrong?