I search 99% website on internet... nope answer can solve my problem..i am using ios 12... does any jQuery can totally disable safari double tap now???
or can I have some code detect function when(if user is double tapped?
I spend 2weeks for that i still not find the solution.. This is what i tried... CSS:
* {
-webkit-text-size-adjust: none;
zoom: 1;
touch-action: manipulation;
}
* {
cursor: pointer;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
and disable viewport zooming iOS 10+ safari?
I hate safari..