chatscope / chatscope/chat-ui-kit-react
Scrolling on mobile (iPhone Safari and Android Chrome) browser freezes unless one scrolls on the edge of the screen
- Dominant language
- JavaScript
- Stars
- 1.8k
- Forks
- 154
- PR merge metrics
- No merged PRs in 30d
Description
Have the following code for integrating chat-ui-kit-react in my web app -
```
return (
Assistant
Chat
Chat with Assistant
) : null
}
>
{messages.map((message, index) => {
return
})}
)
```
However, when I deploy and use the app on mobile (iPhone Safari and Android Chrome) browsers, scrolling by dragging finger on the MessageList component doesn't work. Scrolling only works when one drags along the edge containing the scrollbar.
Is there something about the MainContainer or ChatContainer which is rejecting the scroll event detection?
Any help or input would be appreciated.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.