Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scanning from web page on Android: can i load the result not as a new url but as a string? #88

Closed
RedLann opened this issue Mar 17, 2014 · 1 comment

Comments

@RedLann
Copy link

RedLann commented Mar 17, 2014

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?

@srowen
Copy link
Contributor

srowen commented Mar 17, 2014

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.

@srowen srowen closed this as completed Mar 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants