Open guru98 opened 2 years ago
After a lot of test i understand that the problem is related to the not correct handling of dark theme in the sample host files but also in default settings. By default the background is white (for both themes) but actions (buttons ) are follow the theme settings: this means white over white. Also let me higlight that there are a lot of new feature to manage renderer, parsers, split among actions and elements that aren't documented. Question: have you a hostconfig file that works with templates?
Target Platforms
UWP
SDK Version
3.0.2
Application Name
UWP app
Problem Description
I developed an uwp chat client long time ago where i was using uwp 2.7 but now i want to use 3.0.2. Updating code i found that AdaptiveCardRender doen't render adaptive card actions while it render perfectly actions if you use actionsset To do some test i wrote a very simple test. here is the codebehind of mainpage:
and here the xaml of the same page:
To simulate the issue just copy a payload of a card generate from designer(simplest as possible) and try. Just the body content is rendered
Screenshots
No response
Card JSON
Sample Code Language
No response
Sample Code
No response