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
Camera and Microphone access are blocked when using cross-origin iframe in Chrome https://sites.google.com/a/chromium.org/dev/Home/chromium-security/deprecating-permissions-in-cross-origin-iframes. The change was shipped in early 2018.
Therefore, the new AR Scavenger content type will not work when embeded using a cross-origin iframe. Additional attributes are required, for example
The text was updated successfully, but these errors were encountered:
@kelvin-xu That's why there's #114
Sorry, something went wrong.
Oh sorry, I didn't notice that. Thanks for letting me know.
@kelvin-xu No problem at all! It's good to bring some attention to that problem again!
No branches or pull requests
Camera and Microphone access are blocked when using cross-origin iframe in Chrome https://sites.google.com/a/chromium.org/dev/Home/chromium-security/deprecating-permissions-in-cross-origin-iframes. The change was shipped in early 2018.
Therefore, the new AR Scavenger content type will not work when embeded using a cross-origin iframe. Additional attributes are required, for example
<iframe src="https://example.com/" allow="microphone; camera"></iframe>The text was updated successfully, but these errors were encountered: