-
-
Notifications
You must be signed in to change notification settings - Fork 438
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
Show QR code #94
Comments
I can give this a go if it's wanted. |
I only use instant.io occasionally, so don't feel obliged to do this for my sake. I do think that this feature would be very handy though. |
@joshterrill Yeah, that would be cool to try. But are there any good QR reading libraries in pure javascript? I've seen tons of QR code generators, but only a few that can take grainy images from a webcam and parse the QR codes out of them. |
I'll look around and post what I find before I really start digging into it. |
@feross I found just https://github.com/LazarSoft/jsqrcode, do you know any other qr reading in js? |
Would you accept PR just for the qr code generation (not the reading)? |
@xxxorg I don't think we need it to read... I think it's just QR code generation so that a mobile app who has a reader can scan it. Am I right? |
I would accept a PR just for generation for now. We can figure out reading On Fri, 11 Mar 2016 at 15:18 Joshua Terrill [email protected]
|
I can recommend http://neocotic.com/qr.js/ for QR generation which I have been using for years in a web application. |
I just wrote this yesterday but forgot to commit it. I'll do it later today. |
As for qrcode generation there is also https://larsjung.de/kjua/. It works without jQuery and is very powerful. (alternatively this works with jQuery) |
@feross can you look into this ? I know a dev like you would be pretty busy, but this feature would solve the issue of sharying a file with a phone easy peasy. |
I apologize for letting this just stay open like this. I've been pretty swamped at work. If the suggestion @rugk has looks good to everyone I can try to implement it over the 4th of July break this week. @feross since that is a different library and the other pull request is pretty old, should we close the other one out and start a new one? Or should I pull the existing one down and edit it? |
@feross I just finished writing the code... not sure how you want me to go about pushing it though. Should I pull down my other PR and modify that? Or use a new one since I'm using a different library than before? |
Any update regarding the implementation status of QR codes? Feature request was created 5 years ago and pull request 1.5 years ago, so it's a bit sad that this wasn't added, yet. |
I would also really appreciate this feature. https://webwormhole.io/ is fantastic in terms of this; if one wants to, for example, transfer a file from their desktop to their phone, this would be greatly appreciated. |
Show a QR code for the different links so that mobile devices can become peers without users having to type in the URL.
The text was updated successfully, but these errors were encountered: