果李程
果李程
  • 发布:2024-09-27 16:50
  • 更新:2024-09-27 16:58
  • 阅读:160

【报Bug】ios设备 滑动带webview列表 偶发闪退

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Mac

PC开发环境操作系统版本号: Retina, 13-inch, 2020

手机系统: iOS

手机系统版本号: iOS 16

手机厂商: 苹果

手机机型: iphoneX

页面类型: nvue

vue版本: vue3

打包方式: 离线

项目创建方式: CLI

CLI版本号: 3

示例代码:
<template v-if="data.msgType == 1>  
                    <web-view :src="data.netUrl" class="web-view" webview-styles="{progress:false}"></web-view>  
                </template>

操作步骤:

快速滑动列表

预期结果:

不闪退

实际结果:

偶发闪退

bug描述:

列表中划动偶发闪退 列表中有webview组件时
xcode报错日志如下
Can't show file for stack frame : <DBGLLDBStackFrame: 0x7fe7e8e67d80> - stackNumber:4 - name:-[DCWXWebComponent closeProgress]. The file path does not exist on the file system: /Users/dcloud/srv/ext/io.dcloud.package/ios/complier/src/libWeex/Sources/Component/DCExtend/DCWXWebComponent.mCan't show file for stack frame : <DBGLLDBStackFrame: 0x7fe7ebb7abc0> - stackNumber:19 - name:-[WXTableView layoutSubviews]. The file path does not exist on the file system:

2024-09-27 16:50 负责人:无 分享
已邀请:
DCloud_iOS_XHY

DCloud_iOS_XHY

你好,使用标准基座运行是否能够复现此问题?请上传一个完整的示例工程便于排查

要回复问题请先登录注册