kazuhikoarase / qrcode-generator

QR Code Generator implementation in JavaScript, Java and more.
https://kazuhikoarase.github.io/qrcode-generator/js/demo/
MIT License
2.13k stars 683 forks source link

How to generate new QR code with user input data? #36

Open khawajaasim opened 7 years ago

khawajaasim commented 7 years ago

Hi, I am using this qr-code generator for my angular application. I am bit confused if this library provides a way to update the generated qr code based on the user given URL from the text box. I did that with updating of model property but nothing works. Any idea? please help.

voviks21 commented 7 years ago

Try using other QR generator libraries

khawajaasim commented 7 years ago

can you please suggest some good ones?

danimalik54 commented 7 years ago

You can use

  1. QRCode (Install-Package QRCoder) link
  2. QRCodenet link
  3. zxing link
khawajaasim commented 7 years ago

@danimalik-54 aha, thank you for this but can you please suggest some libraries for angularJS application? @voviks21 ?

TriMoon commented 7 years ago

@tmAsim If you generate a new QRcode and replace the "old" displayed code it should work. Because the Javascript library outputs HTML there can't be any "update" but only a replace...