其实不要左上角返回键也行,但不知道怎么去掉。下面控件还是需要的。
代码如下:
<video class="video"
style="width:100%;height: 100%;border-radius:12rpx;"
id="video"
:src="videoSrc"
show-play-btn
show-center-play-btn
auto-pause-if-navigate
controls
:autoplay="autoplay"
objectFit="cover"
:show-fullscreen-btn="fullscreenShow"
:binderror="videoErrorCallback"
custom-cache="false"
></video>
最新版本的微信客户端,应该已经解决了这个问题。