Hello everyone.
I am kind of a rookie developping in Ionic3/angular4, so please indulge me if this question seems dumb.
I have been trying to create a browser mobile app to read QR codes. I know there is a Ionic Native plugin for QR scanning, but I am seriously struggling to make them work on browser (not compiled as an Android or iOS app).
I followed the instructions, but nothing happens on the browser (no camera request, no preview…).
When the Ionic Native plugins states Browser compatibility, does it mean it works on platform browser?
I am a little confused about the usage, and I don’t want to compile an app (the whole point was to create PWA-like app, that would not require any installation).
If anyone with some experience could shed some light, I would really appreciate it! I cannot find many examples or posts about the browser platform…
Thank you!