dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.21k stars 1.75k forks source link

Font Awesome Icons in Tabs STILL not working #24668

Open ColdstarJoey opened 1 month ago

ColdstarJoey commented 1 month ago

Description

When azdding the FA OFT font files in the MauiProgram.cs and then using a FontImageSource they do not render still in iOS, any ideas as this was a big part of my navigation?

Steps to Reproduce

No response

Link to public reproduction project repository

No response

Version with bug

8.0.82 SR8.2

Is this a regression from previous behavior?

Yes, this used to work in Xamarin.Forms

Last version that worked well

Unknown/Other

Affected platforms

iOS, I was not able test on other platforms

Affected platform versions

No response

Did you find any workaround?

No response

Relevant log output

No response

github-actions[bot] commented 1 month ago

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

mattleibow commented 1 month ago

Do the fonts work anywhere else? Like a label text and in an Image control with the font image source?

ColdstarJoey commented 1 month ago

Do the fonts work anywhere else? Like a label text and in an Image control with the font image source?

Yes as a standard label they show or even if i make a font awesome custom label from online articles, just not in the tabbar or any navigation

jaosnz-rep commented 1 month ago

I can repro this issue at iOS platform on the latest 17.12.0 Preview 1.0(8.0.82 & 8.0.80).

mattleibow commented 1 month ago

@jaosnz-rep do you have that repro still? Can you attach it here?

ColdstarJoey commented 1 month ago

Hi Sorry for the late reply, please see this repo for the same issue

https://github.com/ColdstarJoey/FAMauiShellIssue

mattleibow commented 1 month ago

@PureWeen does this sound familiar at all?

ColdstarJoey commented 1 month ago

I can confirm as well that this works if I put the FontFamily property as the name defined in MauiProgram.cs ("SolidFont") and the Glyph being the name of the icon ("paper-plane" etc)

``