全局添加
在uni-app的manifest.json配置文件中,可配置设置项,在里面添加以下代码
{
"app-plus":{
"softinput" : {
"mode" : "adjustPan"
}
}
}
局部添加
在 pages.json添加
{
"path" : "pages/home/home",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"app-plus": {
"softinputMode": "adjustResize",
"bounce": "none",
"softinput" : {
"mode" : "adjustPan"
}
},
"navigationBarTextStyle": "black"
}
},
本站资源均来自互联网,仅供研究学习,禁止违法使用和商用,产生法律纠纷本站概不负责!如果侵犯了您的权益请与我们联系!
转载请注明出处: 免费源码网-免费的源码资源网站 » uni-app tabbar被软键盘顶起解决方法
发表评论 取消回复