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

Tab Navigation issue [Only on Android]

$
0
0

Psst, I was able to get it fixed by adding something to the config in @App()

This is my app & config atm.

@App({
  template: '<ion-nav swipe-back-enabled="true" [root]="rootPage"></ion-nav>',
  config: {
    tabbarPlacement: 'bottom',
    platforms: {
      android: {
        pageTransitionDelay: 0 // No More Page Transition Delays
      },
      ios: {
        pageTransitionDelay: 0,
        tabSubPages: true // Allows for navigation through Tab Pages
      }
    }
  }
})

Maybe this can help you.


Viewing all articles
Browse latest Browse all 229545

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>