问题:微信小程序页面在iOS真机上拖动会露出白色背景,用户体验非常糟糕。
解决方案:可在page.json里将disableScroll属性设置为true则页面整体不能上下滚动。
{
"usingComponents": {},
"disableScroll": true
}
问题:微信小程序页面在iOS真机上拖动会露出白色背景,用户体验非常糟糕。
解决方案:可在page.json里将disableScroll属性设置为true则页面整体不能上下滚动。
{
"usingComponents": {},
"disableScroll": true
}