amdin2020
amdin2020
  • 发布:2020-11-15 11:09
  • 更新:2020-11-15 11:09
  • 阅读:503

【报Bug】nvue文件list组件bounce属性为false时ios无法滚动

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Windows

PC开发环境操作系统版本号: 10.0.17134 版本 17134

HBuilderX类型: 正式

HBuilderX版本号: 2.9.8

手机系统: iOS

手机系统版本号: iOS 13.4

手机厂商: 苹果

手机机型: iphoneX

页面类型: nvue

打包方式: 云端

项目创建方式: HBuilderX

示例代码:
<list :bounce="false" :scrollable="true">  
        <cell>  
            <image class="cell-image" src="https://dss3.bdstatic.com/70cFv8Sh_Q1YnxGkpoWK1HF6hhy/it/u=1830914723,3154965800&fm=26&gp=0.jpg" mode=""></image>  
        </cell>  
    </list>
.cell {  
        width: 750rpx;  
        &-image{  
            height: 1000px;  
            width: 750rpx;  
        }  
    }

操作步骤:
<list :bounce="false" :scrollable="true">  
        <cell>  
            <image class="cell-image" src="https://dss3.bdstatic.com/70cFv8Sh_Q1YnxGkpoWK1HF6hhy/it/u=1830914723,3154965800&fm=26&gp=0.jpg" mode=""></image>  
        </cell>  
    </list>
.cell {  
        width: 750rpx;  
        &-image{  
            height: 1000px;  
            width: 750rpx;  
        }  
    }

预期结果:
<list :bounce="false" :scrollable="true">  
        <cell>  
            <image class="cell-image" src="https://dss3.bdstatic.com/70cFv8Sh_Q1YnxGkpoWK1HF6hhy/it/u=1830914723,3154965800&fm=26&gp=0.jpg" mode=""></image>  
        </cell>  
    </list>
.cell {  
        width: 750rpx;  
        &-image{  
            height: 1000px;  
            width: 750rpx;  
        }  
    }

实际结果:
<list :bounce="false" :scrollable="true">  
        <cell>  
            <image class="cell-image" src="https://dss3.bdstatic.com/70cFv8Sh_Q1YnxGkpoWK1HF6hhy/it/u=1830914723,3154965800&fm=26&gp=0.jpg" mode=""></image>  
        </cell>  
    </list>
.cell {  
        width: 750rpx;  
        &-image{  
            height: 1000px;  
            width: 750rpx;  
        }  
    }

bug描述:

<- list将bounce设为false后页面无法滚动

<list :bounce="false" :scrollable="true">  
        <cell>  
            <image class="cell-image" src="https://dss3.bdstatic.com/70cFv8Sh_Q1YnxGkpoWK1HF6hhy/it/u=1830914723,3154965800&fm=26&gp=0.jpg" mode=""></image>  
        </cell>  
    </list>
.cell {  
        width: 750rpx;  
        &-image{  
            height: 1000px;  
            width: 750rpx;  
        }  
    }
2020-11-15 11:09 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复