Hi there,
I am new in phaser3.
I use the button code below
var sprite = this.add.sprite(400, 300, ‘pic’).setInteractive();
sprite.on(‘pointerdown’, function ()…
It works just fine in my localhost by click of mouse.
But after I upload the .zip to FIG server, there is no response of the finger-touch in the mobile device.
Could anyone help me with this?
Best
Vincent