AathifMahir/MauiIcons

Tabbar icons are no longer displayed on iOS

Blamoh opened this issue · 9 comments

Describe the bug
Tabbar icons are no longer displayed on iOS only.

To Reproduce
Steps to reproduce the behavior:

  1. Upgrade version to 2.2.5
  2. Launch the application
  3. Icons are no longer displayed
  4. Downgrade to 2.1.5
  5. Icons displayed

Expected behavior
Icons should be displayed.
Screenshots
image
image
image

Smartphone (please complete the following information):

  • iOS
  • Version 15, 17.2

Additional context
I tested on simulators and on reel phones

@Blamoh Have you tested on platforms other than iOS? Does this issue only happens on TabBar, Does icons appear on Button, Labels and other controls?

Hello,
Yes I tested on android, no regression.
for android same on simulator and also on physical device.

the regression only concerns the tabbar. on the page it displays normally.

image

Hello,
Yes I tested on android, no regression.
for android same on simulator and also on physical device.

the regression only concerns the tabbar. on the page it displays normally.

image

Seems like a bug within Maui Itself
dotnet/maui#20866

You can find a workaround on the above issue, I assume that would fix your issue

My current workaround is to stay in version 2.1.5

My current workaround is to stay in version 2.1.5

@Blamoh would you mind checking whether v3.0.0 fixes this issue

unfortunately the same issue.

It seems like the icons are actually there but in white color. Turn Dark mode on and verify! If so, what would be the workaround?!

It seems like the icons are actually there but in white color. Turn Dark mode on and verify! If so, what would be the workaround?!

Workaround is mentioned here
dotnet/maui#20866