I'm creating a mobile app with Meteor and I'm having problems with buttons in the Safari Webview. It seems like at totally random times and buttons, I'm forced to tap on something twice in order for the click to register. I have research a lot about the problems and all the answers have not worked for me.
Almost all the buttons/links in my app use javascript for their function. I don't use any :hover
in my CSS.
I can't find any pattern or reason for when it happens. It seems totally random. It makes my app feel unresponsive and slow because you have to tap half of the stuff twice for it to register. I doesn't seem to happen when I'm using the app in a desktop browser.
Has anyone ran into this problem before or know of solutions?