-
Notifications
You must be signed in to change notification settings - Fork 0
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
【video】移动端 video 兼容性问题与解决方案 #4
Comments
帧动画当前的实现有以下几种方式
|
下面是在移动端 web 使用 video 过程中的采坑总结:
video.play()
.then(() => {
// play success
})
.catch( err => {
// auto play fail
})
|
总结
|
这里的内容,主要摘取下面这个文章的 video 坑来展示,想看具体内容,看这里
The text was updated successfully, but these errors were encountered: