Skip to content
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

Only partial iOS support #23

Open
Happy-Ferret opened this issue Jul 16, 2019 · 3 comments
Open

Only partial iOS support #23

Happy-Ferret opened this issue Jul 16, 2019 · 3 comments

Comments

@Happy-Ferret
Copy link

If I'm not mistaken, this component (like most/all others) uses getUserMedia().
On iOS 11 and up (iOS 13 as of this writing) getUserMedia() is not supported outside Safari.

WKWebView still doesn't support it, thus your component would only work in Safari but not in PWAs or hybrid apps.

@boxuanzhang
Copy link

Hi mate, can I know any vue qr code reader which supports iOS PWA? Cheers!

@jevgeniP
Copy link

jevgeniP commented Nov 5, 2019

Hello! getUserMedia() is deprecated? https://developer.mozilla.org/en-US/docs/Web/API/Navigator/getUserMedia

@mrbio
Copy link

mrbio commented Dec 8, 2019

This hack brings WebRTC support to WKWebView so that you can use camera in your iOS PWA, but I still couldn't bridge it with vue-qr-reader

https://github.com/cordova-rtc/cordova-plugin-iosrtc

Maybe we could collaborate and make something out of it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants