uni-app swiper-list在tabbar页面且tabbar配置了blurEffect时子list无法滚动

uni-app swiper-list在tabbar页面且tabbar配置了blurEffect时子list无法滚动

操作步骤:

如图,第四行配置了blurEffect即会出现,去掉后正常

"tabBar": {  
    "iconWidth": "40px",  
    "height": "60px",  
    "backgroundColor": "#e1e1e1",  
    "blurEffect": "extralight",  
    "list": [{  
            "pagePath": "pages/index/index",  
            "text": "首页"  
        },  
        {  
            "pagePath": "pages/index2/index2",  
            "text": "游戏中心"  
        }  
    ]  
}

预期结果:

可正常滚动

实际结果:

无法滚动

bug描述:

官方swiper-list的demo,当加入tabbar且配置了"blurEffect": "extralight",滚动会卡住,去掉后正常

附件:

swiper-list-tabbar.zip

信息类别 详细信息
产品分类 uniapp/App
PC开发环境操作系统 Windows
PC开发环境操作系统版本号 win10
HBuilderX类型 正式
HBuilderX版本号 3.1.6
手机系统 iOS
手机系统版本号 IOS 14
手机厂商 苹果
手机机型 12mini
页面类型 nvue
打包方式 云端
项目创建方式 HBuilderX

更多关于uni-app swiper-list在tabbar页面且tabbar配置了blurEffect时子list无法滚动的实战教程也可以访问 https://www.itying.com/category-93-b0.html

2 回复

问题已记录,已加分,感谢您的反馈!

更多关于uni-app swiper-list在tabbar页面且tabbar配置了blurEffect时子list无法滚动的实战教程也可以访问 https://www.itying.com/category-93-b0.html


1.0.3 版已修复,参考插件中的代码

回到顶部