Open gmatheus opened 3 years ago
Hey @gmatheus thanks for the PR!
Hey @zzarcon, glad to help here 🙂
Do you plan merging this/releasing a new version of video-snapshot
soon? Let me know if you need any help testing this solution!
Hey @zzarcon! Any updates here?
@zzarcon can you merge this fix please?
@zzarcon can you merge this, please?
It seems that
video-snapshot
isn't working on mobile Safari (you can test current demo page in iOS Safari or XCode iOS Simulator), so I addedplaysinline
attribute tovideo
element. Check solution link below.Error:
Solution: http://support.temasys.com.sg/support/solutions/articles/12000038436-video-element-is-not-playing-on-ios-11-safari-mobile-browser
Docs: https://webkit.org/blog/6784/new-video-policies-for-ios/ https://developer.mozilla.org/en-US/docs/Web/API/Element/setAttribute https://css-tricks.com/what-does-playsinline-mean-in-web-video/