react: "webkit-playsinline" attribute in JSX is not supported

Hi, the ‘webkit-playsinline’ in JSX will be ignored. Is there any solution to solve this problem?

<video webkit-playsinline controls src='foo' poster='bar' style={ videoStyle }></video>

About this issue

  • Original URL
  • State: closed
  • Created 9 years ago
  • Comments: 15 (1 by maintainers)

Most upvoted comments

v15.3.0 supports playsInline 😄

@marktani looks like an error with your type system, not React. If you’re using flow, then it looks like the included DOM lib doesn’t have playsInline on HTMLVideoElement