Easy to change status bar text color in Phonegap iOS App
For iOS App : Change Status Bar text color Step 1 :- Change View controller-based status bar appearance Setting in info.plist file. if you want to change text color add NO. UIViewControllerBasedStatusBarAppearance to NO else set Yes UIViewControllerBasedStatusBarAppearance to YES Step 2 :- Apply code in javascript and Objective c Change Main view Controller back ground color and apply status bar style based on requirem...