jcesarmobile commented on issue #257:
URL: 
https://github.com/apache/cordova-plugin-statusbar/issues/257#issuecomment-1317882247

   cordova knows nothing about the app it's loading nor the pages it contains, 
so it's not possible to program the plugin to change the status bar based on 
your app pages.
   But you can use the javascript API to change the status bar color/style 
whenever you want, so when you load the page where you want to apply a 
different style, just use `StatusBar.styleDefault();` (or any other of the 
styles), and when going back to the previous screen call it again with a 
different style.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to