jsmarcus / Iconize

Use icon fonts in your Xamarin.Forms application!
Other
204 stars 71 forks source link

IconToolbarItem - Not showing on XF 4.4 #172

Open abdielcorda opened 4 years ago

abdielcorda commented 4 years ago

Hi, why does IconToolbarItem icons does not show after updating to latest XF 4.4?

Working Properly on this versions: Iconize Material: v3.5.0.112 Iconize Font Awesome: v3.5.0.112 XF: 4.3.0.991250

<iconize:IconToolbarItem Icon="fas-plus" Priority="0">
            <iconize:IconToolbarItem.IconColor>
                <OnPlatform Android="White" />
            </iconize:IconToolbarItem.IconColor>
</iconize:IconToolbarItem>`
abdielcorda commented 4 years ago

version

landrzz commented 4 years ago

It broke for me as well. Xamarin.Forms now supports Icon Fonts but it's still quite a bit of code changes to make it all work.

RedasP commented 4 years ago

Is there a know workaround?

landrzz commented 4 years ago

Not that I know of other than just referencing the Font Family directly. It also appears this repo may be dead as @jsmarcus hasn't committed any code in quite some time... :(

adamhalesworth commented 4 years ago

Other icons work fine, so this smells like it's related to the Icon property on ToolbarItem becoming obsolete and being replaced with IconImageSource in Xamarin Forms 4.0.0.

abdielcorda commented 4 years ago

Any solutions for this?