-
Notifications
You must be signed in to change notification settings - Fork 489
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
页面跳转之后,视频还是在播放,有没有预留方法,暂停播放 #317
Labels
enhancement
New feature or request
Comments
什么平台啊? onHide() {
for (let video of this.$refs.article._videos) {
video.pause()
}
} |
uniapp android 平台, |
是有这个问题,暂时没有找到好的解决办法 |
可以利用 |
jin-yufeng
added
enhancement
New feature or request
and removed
wontfix
This will not be worked on
labels
Jan 22, 2022
jin-yufeng
added a commit
that referenced
this issue
Jan 22, 2022
jin-yufeng
added a commit
that referenced
this issue
Jan 25, 2022
已增加 pauseMedia 方法 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
页面跳转之后,视频还是在播放,有没有预留方法,暂停播放
方便 在页面的 hide()生命周期中调用
The text was updated successfully, but these errors were encountered: