You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this library, if i want to use a clickable button under the <Message.CustomContent/>, IOS version >=16, During initial rendering this click button is not working. But from second click , it is working fine. But Below IOS 16, this click button is properly working. Is there any reason? of how can i use a button below evey message properly
The text was updated successfully, but these errors were encountered:
I am sharing the demo code snippet and UI for clarification. This "click me" button is not give any event after first time rendering with IOS version>=16. Up to IOS 15, first click is working
@iRaM-sAgOr I tested this using BrowserStack on iPhone13 IOS 16 in Safari and Chrome. The first click is working.
Maybe the problem lies elsewhere ?handleClickEnter?
Please provide the full reproduction code, not as a screenshot, but as working code that you can check.
What framework are you using, next, cra, vite?
With this library, if i want to use a clickable button under the <Message.CustomContent/>, IOS version >=16, During initial rendering this click button is not working. But from second click , it is working fine. But Below IOS 16, this click button is properly working. Is there any reason? of how can i use a button below evey message properly
The text was updated successfully, but these errors were encountered: