收藏
回答

video 安卓视频变形?

https://v-wx.zbjsaas.com/customerTrans/30cf43ca47be2f3fa6bc4a5a61473c1b/75700f8-17d07c8ccef-0006-b924-190-c54ce.mp4

该视频在安卓播放变形,ios正常

<video  wx:if="{{refreshVideo}}"
            id="myVideo"
            src="{{videoDetail.videoUrl}}"
            binderror="videoErrorCallback"
            enable-danmu
            show-fullscreen-btn="{{false}}"
            vslide-gesture
            bindenterpictureinpicture='bindVideoEnterPictureInPicture'
            bindleavepictureinpicture='bindVideoLeavePictureInPicture'
            bindtimeupdate="timeUpdate"
            bindended="timeEnd"
            show-center-play-btn="{{false}}"
            style="height:{{windowHeight-100}}px;min-height:{{windowHeight-100}}px;bottom:{{(bottomLift === 0?50:50+bottomLift/2)}}px"
            initial-time="{{activeInitialTime}}"
            data-id="{{videoDetail.id}}"
    ></video>


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

1 个回答

  • 社区技术运营专员--许涛
    社区技术运营专员--许涛
    2021-11-25

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

    2021-11-25
    有用
    回复
登录 后发表内容