1***@qq.com
1***@qq.com
  • 发布:2022-08-01 15:48
  • 更新:2022-08-01 15:56
  • 阅读:750

【报Bug】video 标签显示内容位置偏移

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Windows

PC开发环境操作系统版本号: 11

HBuilderX类型: 正式

HBuilderX版本号: 3.5.3

手机系统: Android

手机系统版本号: Android 7.1.1

手机厂商: 模拟器

手机机型: 雷电模拟器4

页面类型: vue

vue版本: vue2

打包方式: 云端

项目创建方式: HBuilderX

示例代码:
<scroll-view   
        scroll-y  
        style="height: 100%;padding: 20rpx;box-sizing: border-box;"  
        :refresher-threshold="45"  
        :refresher-enabled="true"  
        @refresherrefresh="refresherrefresh"  
        @refresherrestore="refresherrestore"  
        @refresherabort="refresherabort"  
        @scrolltolower="handlerScrolltolower">  
        <news-hot-swiper :list="hotList"/>  
        <view class="my-2"></view>  
        <news-scroll :list="hotList" />  
        <view>  
            <video   
                style="width: 100%;height: 400rpx;border-radius: 20rpx;"  
                src="https://haiba-static.oss-accelerate.aliyuncs.com/hb/materialResource/2022/1658976353523E93E9F8D554B2F6F.mov"  
                poster="https://newscdn.hndnews.com/hb/materialResource/2022/3a3d5a2f3f084f8b9bd3ba001786c5f0.jpg"  
            ></video>  
        </view>  
        <u-loading-icon v-if="loading"/>  
    </scroll-view>  

操作步骤:
<scroll-view   
        scroll-y  
        style="height: 100%;padding: 20rpx;box-sizing: border-box;"  
        :refresher-threshold="45"  
        :refresher-enabled="true"  
        @refresherrefresh="refresherrefresh"  
        @refresherrestore="refresherrestore"  
        @refresherabort="refresherabort"  
        @scrolltolower="handlerScrolltolower">  
        <news-hot-swiper :list="hotList"/>  
        <view class="my-2"></view>  
        <news-scroll :list="hotList" />  
        <view>  
            <video   
                style="width: 100%;height: 400rpx;border-radius: 20rpx;"  
                src="https://haiba-static.oss-accelerate.aliyuncs.com/hb/materialResource/2022/1658976353523E93E9F8D554B2F6F.mov"  
                poster="https://newscdn.hndnews.com/hb/materialResource/2022/3a3d5a2f3f084f8b9bd3ba001786c5f0.jpg"  
            ></video>  
        </view>  
        <u-loading-icon v-if="loading"/>  
    </scroll-view>  

预期结果:

video标签显示正常

实际结果:

video 显示位置错误

bug描述:

video标签使用,播放器位置跑到底部,或置顶

2022-08-01 15:48 负责人:无 分享
已邀请:
DCloud_UNI_Anne

DCloud_UNI_Anne

该问题目前已经被锁定, 无法添加新回复