-
Notifications
You must be signed in to change notification settings - Fork 265
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
Playsinline attribute isn't set on video tag #1072
Comments
Hello @noyfactor! We only add the |
Thank you for your rapid response @mcintyrehh ! That's a great point. |
Hi @noyfactor, thanks for the docs! We don't have a way to force mobile behaviors so the best option would be if the Zoom Apps API offers a way to send the default UserAgent. It may also be worth testing whether you can override the UA yourself. I can also look into respecting the |
@noyfactor, we're going to update One note: this won't help with iOS WebViews, where I'll let you know when we get this out (aiming for Monday), and thanks for bringing this up! |
Thank you @mcintyrehh ! |
I'm creating a new iframe in the page and initializing a new Player using the iframe:
But the iframe content's video tag remains without a playsinline attribute:
I've tried so far:
&playsinline=1
parameter to the url (no change)The text was updated successfully, but these errors were encountered: