microsoft / microsoft/BotFramework-WebChat

React Native: Investigate Adaptive Card web vs. native renderer

Open
#3,323 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

area-react-native backlog feature-request p0
Dominant language
HTML
Stars
1.8k
Forks
1.6k
Avg merge
22h 58m
Merged PRs (30d)
2

Description

Background

Adaptive Card have native renderer for iOS and Android.

We should use them. But there are a few features Web Chat use. We need to make sure the renderer support these features:

  • [P0] Enable/disable card buttons
  • [P0] Hook "perform card action"
    • When the user click on the card action, the renderer should send the button click to Web Chat for further processing
  • Support Markdown
  • [P1] Two native renderers
    • Need to make sure both iOS and Android renderers have similar feature set

Also, we need to make sure the renderer is good on the standards, e.g. accessibility, RTL, etc.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Compare the Adaptive Cards iOS and Android native renderers with the Web Chat features listed in the issue, including card buttons, card actions, Markdown, hyperlinks, accessibility, and RTL. Check whether both native renderers support the same features and whether hyperlinks can use the custom window.open middleware. Done means documenting the compatibility findings and sending the questions to the adaptivecardscore DL list.

Written by the indexing model from the issue text.

Assessment

Tech stack
react-native
Domain
accessibility, frontend, mobile-dev
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.