Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
There are some known issues around the Adaptive Cards rendering on the Viva Connections Mobile experiences. These known issues are being actively worked on.
- When Image with Size value
small,mediumorlargeis used, it would render as square Image on mobile. A square image is recommended to be used so it maintains the aspect ratio on mobile, or other Size value “auto” might work. - When Image with Style value
personis used, it's recommended that image is a square so it maintains the aspect ratio on mobile. - When
Input.ChoiceSetis used, the first choice would appear to be selected on Mobile. It’s recommended to use a placeholder value as the first choice so that the user make right selection and do not end up submitting a blank value. - Format date-time functions,
formatDateTime,formatTicks,formatNumberdo not work on Android. The workaround is to use JavaScript methods in Adaptive Card itself or on server. RichTextBlockis not yet supported.