I have to double tap every button and anchor tag to trigger the click action

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;
}

I have read other people having troubles with the tab event on ios. Check this thread, it might help you.

This is new iOS features. 3D touch )

How can I solve this ?

this thread doesn’t solve my issue