Hi 임수연
Thanks for reaching out to Microsoft Q&A forum support
Based on your description, I understand that you're encountering an issue where an Adaptive Card built with version 1.5 renders correctly on the Teams desktop client but fails to appear on the Teams mobile app. The card includes a Chart.Gauge
element and does not display at all on mobile. So, I have conducted a survey from various sources and tested in my environment, and I believe the following information may be relevant to your issue.
Regarding to your first question, while Microsoft documentation encourages testing full-width Adaptive Cards on narrow form factors like mobile (suggesting that version 1.5 is supported) it does not confirm full compatibility. This guidance mainly advises developers to ensure layout compatibility for supported elements.
Moreover, unlike the desktop client, which handles v1.5 features well, the mobile version struggles with advanced visual components such as
Chart.Gauge
. As a result, cards using unsupported elements may fail to render entirely on mobile devices, despite the documentation’s recommendation to test across form factors.
In reality, many users have encountered this issue as well. I found a discussion on the GitHub community addressing this topic here: [Rendering] Teams adaptative cards 1.5 can't display · Issue #7676 · microsoft/AdaptiveCards
From my perspective, this can be considered a limitation of Adaptive Card v1.5 on the mobile platform. Additionally, I came across a blog post and other sources suggesting that for broader compatibility across platforms, it is recommended to downgrade your Adaptive Card to version 1.4. You should also consider replacing the Chart.Gauge
element with simpler components or implementing fallback logic using fallbackText
or fallback
blocks. This ensures that users on mobile clients still receive a functional and informative experience, even if advanced visuals cannot be rendered.
Link reference: Adaptive Cards not Displaying in Microsoft Teams - Matt Jimison
Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make sure that you completely understand the risk before retrieving any suggestions from the above link
Hope my answer will help you, for any further support, kindly let me know
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.