video 安卓视频变形?
发布于 4 年前 作者 leiyan 8599 次浏览 来自 官方Issues

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 回复

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

回到顶部