When i press back on the barcodescanner the alert box displays. But how can i make it so that if i "abort" the barcode scanner ( back ) then it just goes back to my home screen? Here is my code if barcodescanner = success: function auth() { var val = localStorage.getItem("_qr"); ...
Yes, but if i do "localStorage.getItem("varName")" then the "varName" is the name of the selected local storage right? example: Scanning qr code - the output of the qr code is "fish" - fish goes in to the local storage var "_qr". so then local storag...
Hi! i have a barcode scanner on my app.. and i have a code to authenticate whats in a label. Its working like this: scanning a code - the info from the scan result goes in the local storage "_qr" - redirects to the result page - on load the result page displays the local storage in a label...