APP is not compatible with iphoneX, and there is a blank at the bottom

Packed with HubilderX, the bottom navigation bar of IphoneX will not be close to the bottom (fixed bottom 0), and there will be a blank for the Home button. Set the blank to white according to the following method.

manifest.json configuration file ---->'code view' ----> add code under'plus' (add security area):

"safearea":{
	"background":"#fff",
	"bottom":{
		"offset":"auto"
	}
},

Guess you like

Origin blog.csdn.net/weixin_43968658/article/details/100700790