@IanDLC wrote:
Hi all!
I don't know if this is a bug with Angular 2 but I've been trying to remove the icons on an android build while having it in the ios buid.
I've tried using the config property in the main js file.
Doing it like so:@App({
template: '<ion-nav [root]="rootPage"></ion-nav>',
config: {
platforms: {
android: {
tabbarIcons: 'hide',
}
}
}
})Am I doing it right?
Posts: 1
Participants: 1