“fixed” it by setting padding-top: 20px
on <ion-header>
… if you’re using both mobile and web you can use Capacitor to check for the current platform and add or don’t a css class to the <ion-header>
(in Vue you can do it with :class
)
↧
Capactor 7 on Android - Toolbar and Tab Bar - display issue
↧