-
Notifications
You must be signed in to change notification settings - Fork 33
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
Comments
I don't think you need to use file extension when referencing image assets (anything with |
I tried all the options for loading the resources and it did not work.
Thanks and Regards
Sivaprasad Chidambaram
… On 30-Oct-2018, at 21:45, Brad Martin ***@***.***> wrote:
I don't think you need to use file extension when referencing image assets (anything with res://)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#82 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ABvwQDr1CLlxYH8L4B1faUnU-C8YbVcRks5uqHsygaJpZM4YBfyl>.
|
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
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">
The text was updated successfully, but these errors were encountered: