component 中使用video 的 enable-auto-rotation 失效

发布于 5 年前作者 juanwan2272 次浏览最后编辑 5 年前来自 share

component 中使用video 的 enable-auto-rotation=“{{true}}” 没有效果,如何调整?

<view class="video-wrapwx:if="{{showModal}}">

  <video class="videotitle="{{item.title}}enable-auto-rotation="{{true}}show-center-play-btn="{{false}}initial-time="{{item.currentTime}}bindtimeupdate="_timeUpdatebindended="_endedsrc="{{item.url}}autoplay></video>

  <view class="close-wraphover-class="hoverhover-stop-propagation="truecatchtap="_hide">

    <image class="close-iconsrc="/img/btn/reject.png"></image>

  </view>

</view>

0 回复
暂无回复