When I use android style, all this tabIcons shows properly, but when I select a ios profie in chrome debugger tools, only show me the selected tab.
I have inspected these tabs, and I think it’s due for it inserting a outline ios style when its not the selected tab, and it’s not currently available in ionicons 4.4.1 this outline serie, is it? It’s applying directly the outline style that’s not available.
How can I change this? Someone can help me, please?
I have the same problem.
When i add this css code to my css file
.ion-ios-home-outline:before {
content: “\f448”;
}
the home icon will display. It looks like when the icon change to inactiv the class change from ion-ios-home to ion-ios-home-outline, but the ion-ios-home-outline class for the icon is missing
Thanks @Tilovland for your response. I don’t know why ionic change, for example, from home to home-outline in IOS. In MD doesn’t change the class, only change active or not. I have tried your solution but I can’t see the icon, only shows me a square… :S
The problem here is, that the -outline icons are removed in Version 3 of the Ionicons.
If you are not binded to the Version 3 of the Ionicons, simply downgrade to Version 3.0.0 of the Ionicons, that should fix it without any hacky workarounds.