video 安卓视频变形?
该视频在安卓播放变形,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>