I am making a game in Javascript, therefore it can be played on a computer or a mobile web browser. It is perfect on the computer, but it requires a lot of clicking.
When I use a mobile web browser, this is sometimes interpreted as a double-tap and keeps zooming, which I don't want.
I know how to disable zooming completely, but is there any way to disable double-tap zoom only? If not, is there a work-around to not keep zooming when I tap the movement buttons a lot?