Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ionic icons do not work in the latest version #664

Closed
marlonwesleysimon opened this issue Feb 13, 2019 · 7 comments
Closed

Ionic icons do not work in the latest version #664

marlonwesleysimon opened this issue Feb 13, 2019 · 7 comments

Comments

@marlonwesleysimon
Copy link

No description provided.

@Xawery94
Copy link

Just tested in my project and it's working fine. If You are using 4.5.5 version of ionic icons you need also add this one:

<script src="https://unpkg.com/ionicons@4.5.5/dist/ionicons.js"></script>

to the index.html in your project. After that changes it should be working fine.

@SherifMoShalaby
Copy link

not all icons are working.
looks like some svg images are removed
<ion-icon slot="icon-only" name="arrow-back"></ion-icon> not working giving an error
"http://localhost:8100/svg/md-arrow-back.svg 404 (Not Found)"

but icons like settings, md-medical, md-information-circle are working properly.

@SherifMoShalaby
Copy link

@brandyscarney

@SherifMoShalaby
Copy link

SherifMoShalaby commented Feb 17, 2019

okay i got the problem
chrome browser is caching
just cleaned chrome caching and everything is working well

@aleksander351
Copy link

I cleared caching, but still... After upgrading Ionic to @Ionic/angular 4.0.2

ionicons-1

@SherifMoShalaby
Copy link

SherifMoShalaby commented Feb 26, 2019

I cleared caching, but still... After upgrading Ionic to @Ionic/angular 4.0.2

ionicons-1

then you are not upgrading in the right way
you have to follow this
https://github.com/ionic-team/ionic/blob/master/CHANGELOG.md#breaking-changes-2

@aleksander351
Copy link

Awesome, it worked. Thanks @SherifMoShalaby

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants