Can I only turn off the double tap and not the zoom magnification?

I am making a game in Javascript so it can be played on a computer or in a mobile web browser. This is fine on a computer, but it takes a lot of clicks.

When I use a mobile web browser, it sometimes interprets as a double tap and keeps zooming, which I don't want.

I know how to disable zooming entirely, but is there a way to disable double-click only? If not, is there a workaround to not keep zooming when I press the move buttons many times?

+3


source to share





All Articles