William Wong

Results 157 comments of 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...

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). ![image](https://user-images.githubusercontent.com/1622400/156103917-854ade0f-2d1a-4eb0-bc90-2169f3a10ec8.png)

## 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...