ios - Ionic statubar color not working -


i'm trying change font color white in statusbar ios, without success.

i have set in app.js:

if (window.statusbar) {   // statusbar.styledefault();   statusbar.style(1); } 

but not work. ideas?

these no such function style() available on statusbar object. these available on ngcordova version of plugin : $cordovastatusbar.style(1); , here link ngcordova wrapper of plugin. plus still if not want use wrapper need add <preference name="statusbarstyle" value="lightcontent" /> in config.xml. available values default, lightcontent, blacktranslucent, blackopaque.


Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -