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

mark qrdata strict as text or url #32

Closed
AngularTx opened this issue Feb 4, 2019 · 1 comment
Closed

mark qrdata strict as text or url #32

AngularTx opened this issue Feb 4, 2019 · 1 comment
Assignees

Comments

@AngularTx
Copy link

I have created an object which would have
data = { "endpoint": https://abc/123?123=123;"abc":https://abc/123 } . I would show it as a string!

On android apps scanners - I see it shows as text only .
On iphone - we see it is considered as a URL and opens in browser.

@Cordobo Cordobo self-assigned this Feb 7, 2019
@Cordobo
Copy link
Owner

Cordobo commented Feb 7, 2019

@AngularTx

I hope I get you right, did you try to wrap JSON.stringify() around your data? It should be treated as a string as expected.

@stale stale bot closed this as completed Feb 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants