I have noticed that some of the icons I am using in my cordova project are not displaying on any of my devices. The ones that aren\'t working seem to have the word ios or an
I had the same issue. The easiest way to resolve:
Delete www/ionic/fonts and www/ionic/scss/ionicons directory.
www/ionic/fonts
www/ionic/scss/ionicons
Then run ionic lib update from your project root directory.
ionic lib update