Welcome to the Bot Framework SDK for JavaScript repository, which is the home for the libraries and packages that enable developers to build sophisticated bot applications using JavaScript.
What package version of the SDK are you using.
4.11.0
What nodejs version are you using
14.2.0
What browser version are you using
Teams App
What os are you using
Android
Describe the bug
Hi,
I have implemented an adaptive card published on a channel through bot framework.
@razxssd I think this issue should be reported to the microsoft/AdaptiveCards repository. I'm going to go ahead and close this issue; feel free to reopen it if you feel there's been a mistake.
Versions
What package version of the SDK are you using. 4.11.0 What nodejs version are you using 14.2.0 What browser version are you using Teams App What os are you using Android
Describe the bug
Hi,
I have implemented an adaptive card published on a channel through bot framework.
We have applied italic formatting as per documentation ("text") (https://docs.microsoft.com/en-us/microsoftteams/platform/task-modules-and-cards/cards/cards-format?tabs=adaptive-md%2Cconnector-html) but while it's rendered in desktop and ios app, it not correctly diplayed in andorid app.
Here the card payload and app screenshots for reference.
Adaptive card:
`{
Expected behavior
The text should be formatted correctly on each platform / OS, like Desktop / Android / IOS
Screenshots
Result on Desktop:
Desktop Screenshoot
As you can see 'Hello' text is formatted ok on desktop, but on Android the result is this:
Android Screenshoot
While on IOS it's working too:
IOS Screenshoot