0

I want to implement QR code Scanner in WinJS for UWP apps. I have added reference of ZXing library but could not understand how to implement it in winJS project . I am using visual studio 2017.Any help would be appreciated.

2
  • Check the ZXing.Net on github, the demo client Windows Store App with HTML5/JS (demonstrates decoding of static images) is available but I have not found winJS demo. You could contact with them for requesting a winJS demo. Commented Jun 19, 2018 at 8:41
  • i implemented this demo in winJs but there one issue while scanning Qr code.Sometimes reader.decode(pixels, decoder.pixelWidth, decoder.pixelHeight, ZXing.BitmapFormat.rgba32); this line return result but sometimes it return null even if there is QR code Commented Jul 2, 2018 at 9:21

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.