Search found 4 matches

Go to advanced search

by sølve tornøe
Fri Jan 31, 2014 12:03 pm
Forum: Issues
Topic: Back button help!
Replies: 1
Views: 117
 
Jump to post

Back button help!

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"); ...
by sølve tornøe
Wed Jan 29, 2014 8:20 pm
Forum: Issues
Topic: Barcode scanner: authenticate local storage value.
Replies: 5
Views: 382
 
Jump to post

Barcode scanner: authenticate local storage value.

Thank you Igor Moroz!! I personally love you now! :)
Really, Thanks!

by sølve tornøe
Tue Jan 28, 2014 9:49 pm
Forum: Issues
Topic: Barcode scanner: authenticate local storage value.
Replies: 5
Views: 382
 
Jump to post

Barcode scanner: authenticate local storage value.

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...
by sølve tornøe
Tue Jan 28, 2014 10:38 am
Forum: Issues
Topic: Barcode scanner: authenticate local storage value.
Replies: 5
Views: 382
 
Jump to post

Barcode scanner: authenticate local storage value.

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

Go to advanced search