Skip to content

[Rendering] IconURL: Catalog icons do not render on mobile device in secondary action #13601

@Nivedipa-MSFT

Description

@Nivedipa-MSFT

Copied bug from microsoft/AdaptiveCards#9289

Steps to reproduce

Target Platforms
Other, iOS

SDK Version
.

Application Name
Microsoft Teams

Problem Description
We would like to use the icon url feature in our adaptive cards. The icon is used in an Action.Execute with mode "secondary".

The icon renders fine on a desktop client. However, on a mobile device, the user can only see a grey rectangle.

With this issue, we can not rollout.

Can you please fix this?

Screenshots
Desktop (renders fine):

Image

Mobile (iOS):

Image

Card JSON

{
	"type": "Action.Execute",
	"title": "Refresh",
	"iconUrl": "icon:ArrowClockwise",
	"tooltip": "Refresh",
	"id": "someId",
	"verb": "someVerb",
	"data": {
		"some": "data"
	},
	"mode": "secondary"
},

Sample Code Language
No response

Sample Code
No response

Expected behavior

Catalog icons should render on mobile device in secondary action

Actual behavior

Catalog icons do not render on mobile device in secondary action

Error details

No response

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions