收藏
回答

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

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug video 微信安卓客户端 7.0.21 2.14.1

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

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

2 个回答

  • 杨磊
    杨磊
    2020-12-06
    <view class="video-wrap" wx:if="{{showModal}}">
      <video class="video" title="{{item.title}}" enable-auto-rotation="{{true}}" show-center-play-btn="{{false}}" initial-time="{{item.currentTime}}" bindtimeupdate="_timeUpdate" bindended="_ended" src="{{item.url}}" autoplay></video>
      <view class="close-wrap" hover-class="hover" hover-stop-propagation="true" catchtap="_hide">
        <image class="close-icon" src="/img/btn/reject.png"></image>
      </view>
    </view>
    
    
    
    2020-12-06
    有用
    回复
  • Cjiang
    Cjiang
    2020-12-06

    你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

    2020-12-06
    有用
    回复
登录 后发表内容
问题标签