AdaptiveCards icon indicating copy to clipboard operation
AdaptiveCards copied to clipboard

[Platform][Action.OpenUrl] Cannot open URL on MS Teams v2

Open ndeverge opened this issue 2 years ago • 0 comments

Hi,

I am using this https://adaptivecards.io/explorer/Action.OpenUrl.html as below:

"actions": [
{
"type": "Action.OpenUrl",
"title": "View details",
"url": "https://myapp.com/whatever/1234"
}
]

When I click on the button, it does not work on the new MS Teams v2 client, while it works perfectly on the old/classic version, and also on the Web v2 client.

Any help or pointer to report the bug elsewhere would be greatly appreciated.

ndeverge avatar Feb 20 '24 15:02 ndeverge