In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
This article introduces in detail "How to solve the blank of Mini programs ios pull-down," with detailed content, clear steps and proper details. I hope this article "How to solve the blank of Mini programs ios pull-down" can help you solve your doubts. Let's go deeper and learn new knowledge together with the ideas of the small editor.
Method 1:
You can configure the "backgroundColor": "#ccc" attribute in the page.json file, which is more convenient. But for some full-screen background page experience is not very good
Method 2:
For some full-screen background pages, we can make the background fixed so that the experience is better, we can do the following:
1》page.json Set "disableScroll":true ; means: If set to true, the whole page cannot scroll up and down; only valid in page.json, cannot be set in app.json.
2. For some pages with too much content, you need to slide up and down the page. You can do this on the page.wxml page.
3》page.js
wx.getSystemInfo({
success: function (res) {
that.setData({
"wh": res.windowHeight
})
}
})
4 Full Screen Background Style
page{background: url(xxx.png) no-repeat center center fixed;background-size: cover; }
Read here, this article "Mini programs ios drop-down blank how to solve" article has been introduced, want to master the knowledge points of this article still need to be used by ourselves to understand, if you want to know more related content articles, welcome to pay attention to the industry information channel.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.