Integrated the chatwoot widget in my react native android app and it works fine while testing in the emulator while using the mouse to click in the widget.
Generated an apk to test on a real device and the buttons in the widget do not respond to touches. Connected a mouse to my real device and the chat widget buttons were responding to the click events.
Spent some time trying to debug this today and it appears that the swipeDirection prop of the parent modal seems to be interfering with the tap/touch events.
react-native: v61.5 react-native-webview: v11.13.0
Integrated the chatwoot widget in my react native android app and it works fine while testing in the emulator while using the mouse to click in the widget.
Generated an apk to test on a real device and the buttons in the widget do not respond to touches. Connected a mouse to my real device and the chat widget buttons were responding to the click events.
Video illustrating the issue.