We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
H5
https://github.com/wangjuerong/taro-bug 浏览器版本: Chrome 62 使用框架: React
视频可以正常暂停
报错:TypeError: Cannot read property 'pause' of undefined
👽 Taro v1.2.26 Taro CLI 1.2.26 environment info: System: OS: macOS High Sierra 10.13.6 Shell: 3.2.57 - /bin/bash Binaries: Node: 12.8.1 - ~/.nvm/versions/node/v12.8.1/bin/node Yarn: 1.17.3 - ~/.nvm/versions/node/v12.8.1/bin/yarn npm: 6.10.2 - ~/.nvm/versions/node/v12.8.1/bin/npm npmPackages: @tarojs/cli: 3.0.16 => 3.0.16 @tarojs/components: 3.0.16 => 3.0.16 @tarojs/taro: 3.0.16 => 3.0.16 @tarojs/webpack-runner: 3.0.16 => 3.0.16 eslint-config-taro: 3.0.16 => 3.0.16 react: ^16.10.0 => 16.14.0
The text was updated successfully, but these errors were encountered:
fix(h5):修复Video组件ref为空而无法暂停播放的问题(NervJS#8550)
45ce4e9
这个问题应该怎么解决??this.videoRef.pause()和this.videoRef.currentTime = position报错
Sorry, something went wrong.
fix(h5):修复Video组件ref为空而无法暂停播放的问题(#8550)
f01d531
e1fe8f2
升级 taro 版本 @tarojs/components
Successfully merging a pull request may close this issue.
相关平台
H5
复现仓库
https://github.com/wangjuerong/taro-bug
浏览器版本: Chrome 62
使用框架: React
复现步骤
期望结果
视频可以正常暂停
实际结果
报错:TypeError: Cannot read property 'pause' of undefined
环境信息
补充信息
The text was updated successfully, but these errors were encountered: