I have an ionic project which is working cool in android and web.
But when I run this in iOS I have to double tap every button to trigger it action.
I am not able to find any working solution.
When I click :hover action is triggered. I tested with following code:
button{
background-color:red;
}