WebJie
WebJie
  • 发布:2022-10-18 15:02
  • 更新:2023-01-22 16:06
  • 阅读:598

【报Bug】IOS16 bounce上下回弹问题

分类:uni-app

产品分类: 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依旧回弹

bug描述:

设置bounce:none后,ios15能禁止回弹,ios16依旧能上下回弹

2022-10-18 15:02 负责人:DCloud_iOS_WZT 分享
已邀请:
蜗牛小弟

蜗牛小弟

最新的3.7.0.20230118-alpha 还是有这个问题。

  • FireFlyTest

    并非uniapp的问题,是苹果官方问题,你吧手机更新到iOS 16.2内测版就可以发现恢复正常了。

    2023-01-22 18:35

  • 蜗牛小弟

    回复 9***@qq.com: 这个也只能让uniapp去适配了 、不可能让终端客户去升级系统

    2023-01-24 09:13

要回复问题请先登录注册