uni-app的uniappx的uvue编写的showActionSheet为什么app里会掉帧在小程序里很顺畅是怎么回事

uni-app的uniappx的uvue编写的showActionSheet为什么app里会掉帧在小程序里很顺畅是怎么回事

开发环境 版本号 项目创建方式
Windows 10 HBuilderX

产品分类:uniapp/App

PC开发环境操作系统:Windows

HBuilderX类型:正式

HBuilderX版本号:4.57

手机系统:iOS

手机系统版本号:iOS 17

手机厂商:苹果

手机机型:13

页面类型:vue

vue版本:vue2

打包方式:云端

操作步骤:

uni.showActionSheet({  
    title: "onLoad 调用示例,请手动取消",  
    itemList: ['item1', 'item2'],  
    complete: (res) => {  
      console.log('onLoad showActionSheet complete', res)  
    }  
})

预期结果:

uni.showActionSheet({  
    title: "onLoad 调用示例,请手动取消",  
    itemList: ['item1', 'item2'],  
    complete: (res) => {  
      console.log('onLoad showActionSheet complete', res)  
    }  
})

实际结果:

uni.showActionSheet({  
    title: "onLoad 调用示例,请手动取消",  
    itemList: ['item1', 'item2'],  
    complete: (res) => {  
      console.log('onLoad showActionSheet complete', res)  
    }  
})

bug描述:

uniappx的uvue编写的showActionSheet,为什么app里会掉帧,在小程序里很顺畅,是怎么回事

更多关于uni-app的uniappx的uvue编写的showActionSheet为什么app里会掉帧在小程序里很顺畅是怎么回事的实战教程也可以访问 https://www.itying.com/category-93-b0.html

6 回复

如何判断的掉帧?不流畅问题可以提供下测试设备和录屏,谢谢~

更多关于uni-app的uniappx的uvue编写的showActionSheet为什么app里会掉帧在小程序里很顺畅是怎么回事的实战教程也可以访问 https://www.itying.com/category-93-b0.html


好的,我发视频上来

视频里看不是那么明显,手机很明显,特别是高刷新的手机屏,我用的是iPhone13Pro

回复 墨水哥: 好的,我再测试下,感谢反馈

好的。 期待更新

回到顶部