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

Icon Not Loading #82

Closed
csivaprasadc opened this issue Oct 30, 2018 · 3 comments
Closed

Icon Not Loading #82

csivaprasadc opened this issue Oct 30, 2018 · 3 comments

Comments

@csivaprasadc
Copy link

I have an icon png image icon8-multiply-50.png under App_Resources/iOS and trying to set it to the icon property of FAB button.

It is not displaying that icon in the FAB button. It is showing only the default plus button from the library.

<FAB row="1" (tap)="fabTap($event)" icon="res://icon8-multiply-50.png" rippleColor="#f1f1f1" class="fab-button">

@bradmartin
Copy link
Collaborator

I don't think you need to use file extension when referencing image assets (anything with res://)

@csivaprasadc
Copy link
Author

csivaprasadc commented Oct 31, 2018 via email

@csivaprasadc
Copy link
Author

Finally I was able to resolve the issue after doing a platform clean and running the application again.

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

2 participants