今天被人问了个问题,ios上tabber出现向上顶的状况,使用pagejson配置里面的tabBar配置的,配置如下 "tabBar": {
"color": "#000",
"selectedColor": "#1296db",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/tabbar/booking/booking",
"iconPath": "static/tabbar/home.svg",
"selectedIconPath": "static/tabbar/home-s.svg",
"text": "首页"
},
{
"pagePath": "pages/tabbar/orders/orders",
"iconPath": "static/tabbar/orders.svg",
"selectedIconPath": "static/tabbar/orders-s.svg",
"text": "订单"
},
{
"pagePath": "pages/tabbar/itinerary/itinerary",
"iconPath": "static/tabbar/itinerary.svg",
"selectedIconPath": "static/tabbar/itinerary-s.svg",
"text": "行程"
},
{
"pagePath": "pages/tabbar/mine/mine",
"iconPath": "static/tabbar/mine.svg",
"selectedIconPath": "static/tabbar/mine-s.svg",
"text": "我的"
}
]
},,因为不是很熟ios所以也不清楚什么情况,有大佬可以分析下吗
2***@qq.com
- 发布:2023-09-19 18:09
- 更新:2023-09-19 19:00
- 阅读:132
2***@qq.com (作者)
我问了下这个项目是内嵌到iosapp的webview页面,感觉不像底部安全区域的问题,点击时候tabber栏下面凭空顶起来一大块空白区域,安卓内嵌正常
2023-09-20 09:02
爱豆豆
回复 2***@qq.com: 发个截图看看
2023-09-20 09:40
2***@qq.com (作者)
回复 爱豆豆: 这边测试过了,uniapp本身没问题,问题出在ios的webview框架上,是什么m3框架,贼老的,估计什么冲突了
2023-09-24 09:04
爱豆豆
回复 2***@qq.com: 加油
2023-09-25 09:00