Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 228595

Ionic tabs hidden by nav-bar only in Android

$
0
0

I found the same issue and the only way I found to combat the problem is to move the tabs to the bottom. You can do this by adding the following to app.js:

.config(function ($ionicConfigProvider) {
    $ionicConfigProvider.tabs.position("bottom");
})

Viewing all articles
Browse latest Browse all 228595

Trending Articles