Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

TabsView top overlay iOS status bar when using tabsHideOnSubPages: true #137

Open
ionitron-bot bot opened this issue Nov 28, 2018 · 0 comments
Open
Labels

Comments

@ionitron-bot
Copy link

ionitron-bot bot commented Nov 28, 2018

Original issue by @resper on 2016-10-30T11:33:25Z

Short description of the problem:

The TabsView tabs overlap the statusbar on iOS devices.
I tried to add statusbarPadding: true but doesn't help

Steps to reproduce:

  1. Build a app with Tabs
  2. Add 'tabsHideOnSubPages: true'
  3. Run on iOS emulator or phone
imports: [
    IonicModule.forRoot(MyApp,{
tabsPlacement: 'top',
tabsHideOnSubPages: true,
backButtonText: '',
statusbarPadding: true
})
]

Run ionic info from terminal/cmd prompt: (paste output below)

Ionic Framework Version: 2.0.0-rc.1
Ionic CLI Version: 2.1.1
Ionic App Lib Version: 2.1.1
Ionic App Scripts Version: 0.0.36
OS:
Node Version: v4.6.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

0 participants