{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path" : "pages/webview/webview",
"style" : {
"navigationBarTitleText": "百度",
"navigationStyle": "custom",
"enablePullDownRefresh":true//开启下拉刷新
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app",
"navigationStyle": "custom",
"enablePullDownRefresh":true//开启下拉刷新
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#007AFF",
"borderStyle": "black",
"backgroundColor": "#F8F8F8",
"list": [
{
"pagePath": "pages/webview/webview",
// "iconPath": "static/api.png",
// "selectedIconPath": "static/apiHL.png",
"text": "百度"
},{
"pagePath": "pages/index/index",
// "iconPath": "static/component.png",
// "selectedIconPath": "static/componentHL.png",
"text": "首页"
}
]
}
}
- 发布:2020-05-30 10:40
- 更新:2020-06-20 00:16
- 阅读:2131
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: win10
HBuilderX类型: 正式
HBuilderX版本号: 2.7.9
手机系统: Android
手机系统版本号: Android 7.1.1
手机厂商: 小米
手机机型: Redmi 4X
页面类型: vue
打包方式: 云端
项目创建方式: HBuilderX
示例代码:
操作步骤:
1 tabbar
2 tabbar 的 第一项 插入 webview
1 tabbar
2 tabbar 的 第一项 插入 webview
预期结果:
webview 白屏
webview 白屏
实际结果:
看不到webview
看不到webview
bug描述:
tabbar 里面有一项 是webview ,结果 webview 加载不出来,是白屏加底部 tabbar
<template>
<view>
<web-view src="http://www.baidu.com"></web-view>
</view>
</template>
百度打不开,白屏
上一个版本2.7.8 是ok 的 ,升级了就不行了
最佳回复
树摇风
感谢,现在下载去,已送分~
2020-06-02 16:56