Hello
with latest version of framework7 if set static use of theme “ios” for android device too, statusbar overlaps
I’ve tried to set statusbar settings, but nothing change
...
var app = new Framework7({
name: 'My App', // App name
theme: 'ios', // Automatic theme detection
...
here screenshot of stock app from F7
while this is how apper with theme: “auto”
I think that android version is s too close to the status bar
Hum…
Sabe o que você tem que fazer, eh apagar todo o código e criar o app Dnovo…porque essa página aí já vem por padrão no F7
The status bar overlay issues on Android can be such a pain, especially with different manufacturers handling ‘safe areas’ differently.
Setting statusbar- { androidOverlaysWebView: false } in the app parameters is usually the cleanest fix, but I’ve also found that manually calling Statusbar.hide() and then Statusbar.show() on the deviceready event can sometimes ‘force’ it to recalculate the height correctly if it’s still looking wonky.