Ion-ios-* icons show on header bar with nightly build but not with other builds

I am trying to show an ion-ios-close button on a modal window header bar and it would show only with the nightly build but not with any other such as 1.0.0-beta.14.

Codepen

It works if you change the CSS url to nightly build:

<link rel="stylesheet" href="http://code.ionicframework.com/nightly/css/ionic.css" />

Thanks.

tried ion-ios7-close ???

your ios icons must have 7 after ios, like above, seems to work…

anything else?

1 Like

Thank you @Felifetp. I got the name of the icon from ionicons.com website and I did not know that I have to add a 7 to it.

Thanks for your help.

No problem you’re welcome, if you still need any help just make another topic…

Nightly includes the latest ionicons. beta14 is still on the older version is the reason why. Use this for beta14 for just now. http://ionicons.com/1.5.2/

Just wanted to chime in on this…

Beta 14 shipped with the older ionicons because it still needed the animated loaders.
They have since been removed from ionicons in 2.0 and replaced with animated svg directives in the nightly builds of ionic.