Open iRaM-sAgOr opened 10 months ago
@iRaM-sAgOr This is strange behavior, I need to investigate it. Please share the repro code.
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 , 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