-
Notifications
You must be signed in to change notification settings - Fork 70
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
the icons do not appear #166
Comments
The correct name for said icon is "fas-ellipsis-h" |
Thanks for your answer
Still not work |
Ì have added this code in app.cs for UWP platform,
|
What version are you using? According to this issue #161 3.5.0.129's FontAwesome Solid pack (which is the one you're using) is currently broken on Android, we're all waiting for a fix. |
I used |
3.5.1 isn't a version on Nuget, did you make your own build? |
I'm facing the same issue. My solution (again) is to download the ttf file I want to use and add it as a BundleResource in iOS or AndroidAsset |
Hello @saimel |
Try to add it into Assets/Fonts |
Nothing appears |
Try to mark it as Content |
Still not work |
after several tests, MaterialModule partially working, but i can't understand the issue ! ican't call all icons ! and when i try like this, the icon doesn't appear
and work when i put grid into stacklayout
|
Hello,
the icons do not appear in any platform (UWP, Android, IOS)
in app.cs i added this code
The text was updated successfully, but these errors were encountered: