1***@qq.com
1***@qq.com
  • 发布:2025-07-15 16:15
  • 更新:2025-07-15 16:15
  • 阅读:20

webview内嵌的页面,IOS想设置setPullToRefresh下拉刷新,如何生效

分类:uni-app

1.安卓设置webview的style下拉刷新生效,代码如下
wv.setStyle({
top: 状态栏高度,
height: 系统高度-状态栏高度,
pullToRefresh: {
support: true,
style: plus.os.name === 'Android' ? 'circle' : 'default'
}
})
2.ios真机进行标准基底座,如1的代码,下拉没反应

  1. ios通过setPullToRefresh去设置,只限制了support:true ,style: 'default',,也不生效
2025-07-15 16:15 负责人:无 分享
已邀请:

要回复问题请先登录注册