William Wong
William Wong
I think we should try to repro and see. The main part I am seeing: - `styleOptions.autoScrollSnapOnActivity` is set to `true` - First AC shows up, with a card action...
@MatthiasGwiozda if the button on the Adaptive Card send an "IMBack" instead of "PostBack", will it help?
Thanks for your appreciations. We refactored headless business logics into the `botframework-webchat-api` package (which our web UI is based on). It should be good for React Native but we haven't...
We will move suggested actions into our new live region twin section.
Reopen to pending verify.
Note for @corinagum, inside `useRelativeTimeFormatter.js`: ```js const today = new Date(now.getFullYear(), now.getMonth(), now.getDate()) // Around 5 hours if (today > new Date(activity.timestamp)) { // It is yesterday return localize('ACTIVITY_STATUS_TIMESTAMP_YESTERDAY'); }...
This should be fixed in #4123, i.e. next release. [Diff here](https://github.com/microsoft/BotFramework-WebChat/pull/4123/files#diff-1fdbc08d36c2871ac4e2e30c7199c09dbb2c9d858d80e7fe3f941308bde9c24dR4023). 
## Implementation details - Verify Web Chat should have only 2 ways to open links, Markdown and `openUrl` card action - A function should be used to determine whether the...
The is also related to #3782.
I believe this is a feature we missed.