uni-app发布后iOS端页面背景图片会跟着上下滑动。
在pages.json
文件中添加配置"bounce": "none"
{
"pages": [
{
"path": "pages/login/login",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"app-plus": {
"bounce": "none"
}
}
}
]
}
https://uniapp.dcloud.net.cn/collocation/pages.html#app-plus