I have some problems with my webapp. I want to build a web-based QR-Code-Scanner and there are issues, when i run it in Bowser. I have to use the environment camera to scan the code. Everything is working fine on mobile/desktop firefox/chrome.
I believe that there are some problems with MediaStreamTrack or the Canvas part.
What do i need to change to make it work on iOS with bowser?
I hope you can help me, because this is very important.
Hello,
I have some problems with my webapp. I want to build a web-based QR-Code-Scanner and there are issues, when i run it in Bowser. I have to use the environment camera to scan the code. Everything is working fine on mobile/desktop firefox/chrome.
I believe that there are some problems with MediaStreamTrack or the Canvas part.
What do i need to change to make it work on iOS with bowser? I hope you can help me, because this is very important.
Live-View of the code: http://79.133.50.35:3000/qrcode (Site may change during development)
I use the following code:
And javascript: