index.vue
<template>
<web-view :src="url" />
</template>
pages.json
{
"path": "pages/index/index",
"style": {
"mp-weixin":{
"navigationStyle" : "custom"
}
}
}
产品分类: uniapp/小程序/微信
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: Windows 10 家庭中文版
HBuilderX类型: 正式
HBuilderX版本号: 3.3.13
第三方开发者工具版本号: 3.3.13.20220314
基础库版本号: 2.23.4
项目创建方式: HBuilderX
index.vue
<template>
<web-view :src="url" />
</template>
pages.json
{
"path": "pages/index/index",
"style": {
"mp-weixin":{
"navigationStyle" : "custom"
}
}
}
微信小程序web-view页,设置"navigationStyle" : "custom"无效,导航栏不会隐藏
"navigationStyle" : "custom",web-view页原生导航栏会隐藏
"navigationStyle" : "custom",web-view页原生导航栏不会隐藏
【报Bug】微信小程序web-view页,设置"navigationStyle" : "custom"无效,导航栏不会隐藏。非web-view页设置会隐藏
1 个回复
DCloud_UNI_Anne
小程序端 web-view 组件一定有原生导航栏,下面一定是全屏的 web-view 组件,navigationStyle: custom 对 web-view 组件无效。详见文档