We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Opening /camera in Chrome on an Android phone produces a DOMException:
CameraView.vue
navigator.mediaDevices.getUserMedia({ video: true }) .then(stream => { let video = this.$refs.video video.srcObject = mediaStream video.play() //video.onloadedmetadata = x => { video.play() } console.log('video stream loaded') }) .catch(err => { console.log(err); throw err })
index.html
<script> (function () { var src = '//cdn.jsdelivr.net/npm/eruda'; document.write('<scr' + 'ipt src="' + src + '"></scr' + 'ipt>'); document.write('<scr' + 'ipt>eruda.init();</scr' + 'ipt>');})(); </script>
Modified the code to include Eruda console and throw any errors.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Opening /camera in Chrome on an Android phone produces a DOMException:
CameraView.vue
index.html
Modified the code to include Eruda console and throw any errors.
The text was updated successfully, but these errors were encountered: