Luoxue
Luoxue
  • 发布:2024-04-10 11:07
  • 更新:2024-04-10 11:07
  • 阅读:147

【报Bug】iOS17.5打开app进入首页,gif播放鬼畜,原来20帧变成了两帧。

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Windows

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

HBuilderX类型: 正式

HBuilderX版本号: 4.08

手机系统: iOS

手机系统版本号: iOS 17

手机厂商: 苹果

手机机型: iphone13 pro

页面类型: nvue

vue版本: vue3

打包方式: 云端

项目创建方式: HBuilderX

App下载地址或H5⽹址: 还未发布。

示例代码:
                        <cell @click="handleChangeItem(o)">  
                                <view class="waterfallbox-item">  
                                    <view class="waterfallbox-item-box" v-if="o.__type__ !== 'date'">  
                                        <image class="waterfallbox-item-image" :src="o.cover_url" :style="{width: '339rpx', height: (339 / (o.cover_thumb_width / o.cover_thumb_height)) + 'rpx'}" mode="widthFix" />  
                                    </view>  
                                    <view class="waterfallbox-item-date" v-if="o.__type__ === 'date'">  
                                        <text class="text">{{ o.date }}</text>  
                                    </view>  
                                    <view class="waterfallbox-item-sketch">  
                                        <text class="waterfallbox-item-title" v-if="o.__type__ !== 'date'">{{ o.title }}</text>  
                                    </view>  
                                </view>  
                            </cell>

操作步骤:

手机打开app进入首页即可复现。

预期结果:

gif按原有帧数正常播放,不要出现加速或者减速的情况,更不要出现鬼畜的情况。

实际结果:

出现加速或者减速的情况,出现鬼畜的情况

bug描述:

app首页是gif列表展示,gif大小2M左右;
每次打开app,进入首页渲染列表,gif以类似加速的方式播放,原来20帧的gif,播放效果2帧一样。

在iphone13/17.5手机上必现;
在iphone11/14.0手机复现不了。

2024-04-10 11:07 负责人:DCloud_App_Array 分享
已邀请:

要回复问题请先登录注册