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
手机端不能自动播放,pc上可以 vr.playCfg.muted = true; vr.playCfg.autoplay = true;
var options = { 'muted': true, 'autoplay': true };
这两个方法都试了,pc上自动播放没有问题,但是手机上就不行
this.vr.video.play();用这个方法也不行
The text was updated successfully, but these errors were encountered:
手机不能自动播放是浏览器禁用了,不是插件的问题,你可以搜索手机自动播放视频的解决办法
Sorry, something went wrong.
No branches or pull requests
手机端不能自动播放,pc上可以
vr.playCfg.muted = true;
vr.playCfg.autoplay = true;
var options = { 'muted': true, 'autoplay': true };
这两个方法都试了,pc上自动播放没有问题,但是手机上就不行
this.vr.video.play();用这个方法也不行
The text was updated successfully, but these errors were encountered: