You can also use the config of the app to hide the tabbarIcons
on android:
@App({
templateUrl: 'build/app.html',
config: {
platforms: {
android: {
tabbarIcons: 'hide'
}
}
}
You can also use the config of the app to hide the tabbarIcons
on android:
@App({
templateUrl: 'build/app.html',
config: {
platforms: {
android: {
tabbarIcons: 'hide'
}
}
}