問(wèn)題:微信小程序頁(yè)面在iOS真機(jī)上拖動(dòng)會(huì)露出白色背景,用戶體驗(yàn)非常糟糕。
解決方案:可在page.json里將disableScroll屬性設(shè)置為true則頁(yè)面整體不能上下滾動(dòng)。
{
"usingComponents": {},
"disableScroll": true
}
問(wèn)題:微信小程序頁(yè)面在iOS真機(jī)上拖動(dòng)會(huì)露出白色背景,用戶體驗(yàn)非常糟糕。
解決方案:可在page.json里將disableScroll屬性設(shè)置為true則頁(yè)面整體不能上下滾動(dòng)。
{
"usingComponents": {},
"disableScroll": true
}