I am encountering an issue with an app that I developed using the Ionic framework.
While the app works perfectly on Android devices, I am facing a peculiar situation on iOS. Every time I click a button in the Simulator or on an actual iOS device, I have to tap it twice for it to register.
I am unsure about the root cause of this problem and how to properly debug it.
Is there anyone out there who has experience with troubleshooting this issue?
Edit: This problem seems to be affecting both buttons and anchor tags.
I tried adding the following CSS:
.button:hover {background-color:red;}
However, when I run the project and click on a button, the :hover css is triggered but the click event does not fire.