-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[RC1] - iOS FontImageSource in AppShell TabBar Pixelation #6043
Comments
Verifed repro on ios15.4 with VS 17.3.0 Preview 1.0 [32418.321.main]. Repro project; |
iOS seems to need/want color in order to display.
And FontAwesome also looks pixelated. See address book icon: |
@davidortinau is this a bug or a feature? Shouldn't these values be pulling through from the app shell's stylesheet value? I think it already does this for png images. |
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process. |
I have tested this in TabbedPage via Font icons as well as png icons. First two tabs uses FontAwesome icons while other two are using png icons from resources. To overcome above white icon issue for FontAwesome in iOS, as @davidortinau mentioned, we have to explicitly provide the Color to the icon, which solves this problem but again as you can see in below, the selected tab icon still remains unchanged. Only text color changes. No matter whether we use FontIcon or png both should behave same as it behave in Android. EDIT: |
Verified this issue with Visual Studio Enterprise 17.6.0 Preview 5.0. Repro on with sample project Reproduction Repo. |
Same problem here. Xamarin was fine. |
Description
When using FontImageSource as the Icon source in the TabBar, the resulting icons in the TabBar are heavilly pixelated. So much so that it's fairly pointless to use font icons in iOS.
This works great in Android and allows for great flexiblity when using the AppShell.
See below screenshots for reference
Reproduction Repo
Steps to Reproduce
Version with bug
Release Candidate 1
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS 15
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: