收藏
回答

video在swiper内,全屏被遮挡

框架类型 问题类型 终端类型 微信版本 基础库版本
小程序 Bug 微信iOS客户端 8.0.29 2.16.0

IOS下,video视频全屏被遮挡

video标签在swiper中,父元素设置position: relative后,视频全屏被position: sticky遮挡

<view style="position: sticky;left: 0;top: 0;z-index: 55;height: 100rpx;background: red;">sticky box</view>
<swiper style="position: relative">
  <swiper-item>
      <video src="https://qiniu-video.qtshe.com/1677123207758_747.mp4" preload="false" style="position: absolute;width: 686rpx; height: 378rpx;"></video>
   </swiper-item>
</swiper>


回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容