-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ 自定义tabbar内容区域问题 ] 自定义tabbar没办法获取精准的安全区域 #16211
Comments
您原来使用的是原生tabbar吧。原生tabbar属于原生的组件,不在小程序webview壳子内,而使用了自定义tabbar后tabbar属于webview内部的一部分了。您需要动态算一下展示区域,刨除tabbar高度 |
我知道啊 问题是 算不出来 各种方法都尝试了 获取不到自定义tabbar的高度的 因为实际编写代码的px 和 小程序预览的不一样 因为会自动转换 所以没办法获取到精确的自定义tabbar的高度 |
这样就可以了~ |
这是一个微信小程序开发的问题,您如果还有问题的话,可以尝试去微信社区交流一下~ 我这边就先关issue了哈 |
爱你 解决了 |
相关平台
微信小程序
复现仓库
https://github.com/keyboard2005/custom-tabbar-vue3.git
小程序基础库: 3.5.2
使用框架: vue3
复现步骤
开启自定义导航后 设置高度100vh即可 没办法设置安全区域 获取不到精确的自定义任务栏的高度 什么环境变量啊 之类的获取到的都是错误的
期望结果
希望能和原版tabbar一样自动计算 100vh也不会包含到tabbar
实际结果
自定义tabbar遮挡住了我的内容 并且我没办法获取到精准的值设位置我的内容高度
环境信息
The text was updated successfully, but these errors were encountered: