SharePoint / sp-dev-docs

SharePoint & Viva Connections Developer Documentation
https://docs.microsoft.com/en-us/sharepoint/dev/
Creative Commons Attribution 4.0 International
1.23k stars 992 forks source link

Card icon is not displayed in Viva Connections Mobile (Teams app) #7539

Closed Rafaelki closed 2 years ago

Rafaelki commented 2 years ago

The fluent UI icon is displayed in the dashboard when using the desktop browser but not when using the Teams app on the phone. It displays a cloud instead:

DESKTOP: image

MOBILE: image

CODE SAMPLE:

protected get iconProperty(): string {
    return 'AlertSolid';
}

Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

ghost commented 2 years ago

Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.

patmill commented 2 years ago

Currently only a subset of the fluent UI Icons are supported in the mobile app. The current workaround is to include the icon itself in the solution vs. referencing it by name. We will get a list of the supported icons published (although you can see what is supported by using the "URL Card" and viewing the icons from the picker.)

ghost commented 2 years ago

Issues that have been closed & had no follow-up activity for at least 7 days are automatically locked. Please refer to our wiki for more details, including how to remediate this action if you feel this was done prematurely or in error: Issue List: Our approach to locked issues