Hi guys, I am having some troubles with clics on touch devices.  Firstly, and that is important, we need the user to be able to scroll on the page even when touching the canvas. As this is not the default behavior of Phaser, we have created 2 functions to enable and disable this behavior. These 2 function simply change the game.input.touch.preventDefault property (so false is to enable the scrolling when touching the canvas, and true to disable it). The problem is, and I have noti