component 中使用video 的 enable-auto-rotation 失效
发布于 3 年前 作者 juanwan 2086 次浏览 来自 分享

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>

回到顶部