-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add props for muted and playsInline #37
Comments
dannya
added a commit
to wonderscore/react-video-renderer
that referenced
this issue
Jun 22, 2020
…ean` attribute) to allow specifying initial muted behavior. * Add `playsInline` prop (default: `undefined` - since this is a HTML `boolean` attribute) to allow specifying playsinline behavior. Resolves zzarcon#37
dannya
added a commit
to wonderscore/react-video-renderer
that referenced
this issue
Jun 22, 2020
…ean` attribute) to allow specifying initial muted behavior. * Add `playsInline` prop (default: `undefined` - since this is a HTML `boolean` attribute) to allow specifying playsinline behavior. Resolves zzarcon#37
dannya
added a commit
to wonderscore/react-video-renderer
that referenced
this issue
Jun 22, 2020
…ean` attribute) to allow specifying initial muted behavior. * Add `playsInline` prop (default: `undefined` - since this is a HTML `boolean` attribute) to allow specifying playsinline behavior. Resolves zzarcon#37
dannya
added a commit
to wonderscore/react-video-renderer
that referenced
this issue
Jun 22, 2020
…ean` attribute) to allow specifying initial muted behavior. * Add `playsInline` prop (default: `undefined` - since this is a HTML `boolean` attribute) to allow specifying playsinline behavior. Resolves zzarcon#37
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The video props do not support playsInline or muted which is problematic for autoplay videos and iphones. I am trying to submit a PR but I can't test since I am blocked by #36
The text was updated successfully, but these errors were encountered: