Skip to content

Commit 48ea32e

Browse files
committed
Adding known issue article under Viva
1 parent b257d69 commit 48ea32e

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Known issues for Adaptive Cards in Viva Connections Mobile
3+
description: Known issues for Adaptive Cards in Viva Connections Mobile.
4+
ms.date: 10/29/2021
5+
ms.prod: sharepoint
6+
ms.localizationpriority: high
7+
---
8+
# Known issues for Adaptive Cards in Viva Connections Mobile
9+
10+
There are some known issues around the Adaptive Cards rendering on the Viva Connections Mobile experiences. These known issues are being actively worked on.
11+
12+
1. When Image with Size value `small`, `medium` or `large` is 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.
13+
14+
1. When Image with Style value `person` is used, it's recommended that image is a square so it maintains the aspect ratio on mobile.
15+
1. When `Input.ChoiceSet` is 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.
16+
1. Format date-time functions, `formatDateTime`, `formatTicks`, `formatNumber` do not work on Android. The workaround is to use JavaScript methods in Adaptive Card itself or on server.
17+
1. `RichTextBlock` is not yet supported.

docs/toc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@
515515
- name: Overview
516516
href: spfx/viva/overview-viva-connections.md
517517
- name: Design Guidance
518-
href: spfx/viva/design/designing-card.md
518+
href: spfx/viva/design/designing-card.md
519519
- name: Tutorials
520520
items:
521521
- name: Build your first SharePoint Adaptive Card Extension
@@ -526,6 +526,8 @@
526526
href: spfx/viva/get-started/advanced-quick-view-functionality.md
527527
- name: Adaptive Card Extensions and Teams Apps
528528
href: spfx/viva/get-started/adaptive-card-extensions-and-teams.md
529+
- name: Known issues
530+
href: spfx/viva/known-issues-adaptive-cards.md
529531
- name: Business Apps & Process Automation
530532
items:
531533
- name: Overview

0 commit comments

Comments
 (0)