{
"path": "pages/index/home",
"style": {
"navigationBarTitleText": "首页",
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"navigationBarTextStyle": "white",
"backgroundColor": "#186CF7",
"app-plus": {
"bounce": "none",
"pullToRefresh": {
"style": "circle",
"color": "#186CF7"
}
}
}
},
- 发布:2022-10-18 15:02
- 更新:2023-01-22 16:06
- 阅读:598
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: 21H2
HBuilderX类型: 正式
HBuilderX版本号: 3.6.4
手机系统: iOS
手机系统版本号: iOS 16
手机厂商: 苹果
手机机型: iphone 12 pro
页面类型: vue
vue版本: vue2
打包方式: 云端
项目创建方式: HBuilderX
示例代码:
操作步骤:
{
"path": "pages/index/home",
"style": {
"navigationBarTitleText": "首页",
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"navigationBarTextStyle": "white",
"backgroundColor": "#186CF7",
"app-plus": {
"bounce": "none",
"pullToRefresh": {
"style": "circle",
"color": "#186CF7"
}
}
}
},
{
"path": "pages/index/home",
"style": {
"navigationBarTitleText": "首页",
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"navigationBarTextStyle": "white",
"backgroundColor": "#186CF7",
"app-plus": {
"bounce": "none",
"pullToRefresh": {
"style": "circle",
"color": "#186CF7"
}
}
}
},
预期结果:
ios16禁止上下回弹
ios16禁止上下回弹
实际结果:
ios16依旧回弹
ios16依旧回弹
FireFlyTest
并非uniapp的问题,是苹果官方问题,你吧手机更新到iOS 16.2内测版就可以发现恢复正常了。
2023-01-22 18:35
蜗牛小弟
回复 9***@qq.com: 这个也只能让uniapp去适配了 、不可能让终端客户去升级系统
2023-01-24 09:13