Answers for "ionic 4 status bar is dark"

0

ionic 4 status bar is dark

//FIX: Android - allows icons in statusbar to show clearly.
if (this.platform.is("android")) {
	this.statusBar.styleLightContent();
}
Posted by: Guest on June-17-2020

Browse Popular Code Answers by Language