AathifMahir / MauiIcons

MauiIcons is Icon Collection Library for .Net Maui
MIT License
194 stars 12 forks source link

Tabbar icons are no longer displayed on iOS #100

Open Blamoh opened 3 months ago

Blamoh commented 3 months ago

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):

Additional context I tested on simulators and on reel phones

Blamoh commented 3 months ago

image

AathifMahir commented 3 months ago

@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?

Blamoh commented 3 months ago

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

AathifMahir commented 3 months ago

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 https://github.com/dotnet/maui/issues/20866

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

Blamoh commented 3 months ago

My current workaround is to stay in version 2.1.5

AathifMahir commented 3 months ago

My current workaround is to stay in version 2.1.5

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

Blamoh commented 3 months ago

unfortunately the same issue.

ibrahimmd90 commented 3 months ago

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?!

AathifMahir commented 3 months ago

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 https://github.com/dotnet/maui/issues/20866