有一些挫的安卓浏览器使用的他们自己编译过的浏览器内核,对于 video 有自己的非标准实现然后对于没有 playsinline="true" attribute 的 video 一般都是全屏播放的,截图里貌似你已经用上了所以可以去搜一下出问题的这个浏览器使用的私有 attribute 加上去,比如 x5 的: webkit-playsinline="true" playsinline="true" x5-playsinline="true" x5-video-player-type="h5" x5-video-player-fullscreen="false" x5-video-orientation="portraint" 如果有帮到你请 upvote 或 采纳
有一些挫的安卓浏览器使用的他们自己编译过的浏览器内核,对于 video 有自己的非标准实现
然后对于没有
playsinline="true"
attribute 的 video 一般都是全屏播放的,截图里貌似你已经用上了所以可以去搜一下出问题的这个浏览器使用的私有 attribute 加上去,比如 x5 的:
如果有帮到你请 upvote 或 采纳