I’m facing an issue while working on a mobile app.
A page where I added some JavaScript animations. On that page there are three buttons. On IOS it sometimes miss a click.
For example when i click a button it doesn’t run the workflow. (I know the button is clicked properly because i added a condition on button pressed)
I tried different workarounds but it didn’t help. Added Z-Index, tried floating group but the isse continued. When i remove the animations then it works fine.
Need help to resolve the issue. To me it looks like a callstack issue.