Utodev / ngPAWS

ngPAWS interactive fiction (text adventure game) authoring system. Genarates HTML/javascript games runable in any browser.
http://www.ngpaws.com
31 stars 17 forks source link

Remove toucstart event listener #56

Closed cibersheep closed 2 years ago

cibersheep commented 2 years ago

On modern browsers this looks like it's not needed anymore, instead it creates a double click (the tap and the click events) making some confirmation screens to disappear.

Fixes #55