@brayhoward wrote:
I configured the tabbarPlacement: 'bottom' in the @App decorator so my navigation bar is at the bottom on Android. It works on the homepage but as soon as you move down into a nested view it disappears completely. Has anyone else experienced this behavior?
My config:
@App({ templateUrl: 'build/app.html', config: { backButtonIcon: 'ios-arrow-back', backButtonText: '', tabbarPlacement: 'bottom' } })
Posts: 4
Participants: 2