You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As in title i need to send a request to get a barcode code and i am using this window.location.href = "zxing://scan/?ret="+escape(href+"?barcode={CODE}"); but would it be possible to load the return {CODE} into a var with javascript instead of having it opening a new window?
The text was updated successfully, but these errors were encountered:
The mailing list is better for questions. No, keep in mind you are calling to an external app mediated by Android. This isn't happening in the browser even.
As in title i need to send a request to get a barcode code and i am using this window.location.href = "zxing://scan/?ret="+escape(href+"?barcode={CODE}"); but would it be possible to load the return {CODE} into a var with javascript instead of having it opening a new window?
The text was updated successfully, but these errors were encountered: