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

IconToolbarItem - Not showing on XF 4.4 #172

Open
abdielcorda opened this issue Jan 15, 2020 · 6 comments
Open

IconToolbarItem - Not showing on XF 4.4 #172

abdielcorda opened this issue Jan 15, 2020 · 6 comments

Comments

@abdielcorda
Copy link

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
Copy link
Author

version

@landrzz
Copy link

landrzz commented Jan 15, 2020

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
Copy link

RedasP commented Jan 27, 2020

Is there a know workaround?

@landrzz
Copy link

landrzz commented Jan 27, 2020

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
Copy link

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
Copy link
Author

Any solutions for this?

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

4 participants