I am trying to resize the canvas in html by NOT modifying the width and height of the gameContainer div tag which is:
I set the scale of the gameContainer div to 0.5 but then the touches don’t work properly. Did it this way
I tried setting the width and height of the body tag, but that doesn’t seem to be working as it looks like body width and height are being override by the gameContainer div. Can anyone help out with this? Thanks!