Category: ACE
-
Use React in the Quick View of an Adaptive Card Extension

Introduction Do you know that there is the ability to use a client side technology in the Quick View of an Adaptive Card Extension? Since the release of the version 1.20 of SharePoint Framework a new way of defining the Quick View of Adaptive Card Extensions has been introduced: now…
-
How to support dark theme on mobile in the Quick View of your ACE

Today I want to talk about how you can support the dark theme in your Adaptive Card Extension’s Quick View while using it on mobile. I took inspiration from the Microsoft learn article that can be found here. If you want you can check the code of the sample solution…
-
Use HTML in the Quick View of an Adaptive Card Extension

Introduction Since the release of the version 1.20 of SharePoint Framework a new way of defining the Quick View of Adaptive Card Extensions has been introduced: now you can define the Quick View using HTML! If you’re interested in the release notes of SPFx version 1.20 check the official release…
-
Using geolocation in an Adaptive Card Extension

Introduction Today I want to disclose how to use the geolocation actions in an Adaptive Card Extension. Since the release of SPFx 1.14 it’s possible to use the location of the user’s device. The specific geolocation actions will be used either to retrieve the device location or to display a…
-
Introducing the new BarChartCardView for Adaptive Card Extensions

Introduction The version 1.20 of SharePoint Framework introduces two different charts for the Adaptive Card Extensions, in this post I want to cover the BarChartCardView. As the name suggests, this visual control displays a bar chart. If you’re interested about the other chart control introduced with SPFx version 1.20 you…