uniapp: Use fixed positioning to solve the security area problem of iOS platform

manifest.json > Add node

"safearea": {
    
     //iOS平台的安全区域
	"background": "#1C1E22",
	"backgroundDark": "#1C1E22", // HX 3.1.19+支持
	"bottom": {
    
    
		"offset": "auto"
	}
},

solved:
Insert image description here

Guess you like

Origin blog.csdn.net/qq_40745143/article/details/135013857