Android status bar not visible by default

The status bar in the default Android app generated by framework7 cli is not visible:

It looks like that’s because f7’s default status bar text color (androidTextColor) is black, as documented here:
https://framework7.io/docs/statusbar.html#statusbar-app-parameters

It seems that either the default should be white or the cli-generated app should set it to white.

Indeed, when I edit the generated app’s app.vue to set androidTextColor to white, it appears:

1 Like

Это как-то связано с версиями то ли Cordova, то ли самого Android, что шаблон с CLI стал скрывать текст, т.е. делать его черным. Не было времени изучить вопрос глубже, наверняка кто-то уже это сделал.

I found same issue today when I generate by framework7 cli. How did you resolved?