I was hoping someone could offer some help on a specific issue I am encountering.
I am using the Cordova Statusbar plugin on my Ionic project and am able to willfully change the status bar color through calling $cordovaStatusbar.style() in my app.js file within the if (window.StatusBar) { }.
My question lies in the fact I am trying to make the status bar text white only for one specific page, and have the rest of the pages keep the default black text status bar.
Thanks for reading and helping out.
