manifest的软键盘配置如下
"softinput" : {
"navBar" : "auto", //是否显示iOS软键盘上的“完成”导航条
"mode" : "adjustResize" //软键盘弹出模式,
},
在page页面配置的导航栏如下
"path": "pages/chat/group-chat",
"style": {
"enablePullDownRefresh": false, // 开启下拉刷新, 默认就是false
"navigationStyle": "default",
"navigationBarTitleText": "聊天",
"navigationBarBackgroundColor": "#304250",
"navigationBarTextStyle": "white",
"backgroundColor":"white",
"backgroundColorTop":"white",
"backgroundColorBottom":"white",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "\uec1c",
"fontSrc": "/static/font/iconfont.ttf",
"fontSize": "22px"
}, {
"text": "\ue67f",
"fontSrc": "/static/font/iconfont.ttf",
"fontSize": "22px"
}]
}
}
}
c***@163.com
这边提供了一下,应该是同类型的BUG。
2020-07-24 15:15