# Button no response at facebook instant game server

**URL:** https://phaser.discourse.group/t/button-no-response-at-facebook-instant-game-server/3875
**Category:** Phaser 3
**Created:** [October 4, 2019, 4:20pm UTC](https://phaser.discourse.group/t/button-no-response-at-facebook-instant-game-server/3875 "2019-10-04T16:20:14Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![vincenthawk](https://yyz2.discourse-cdn.com/free1/user_avatar/phaser.discourse.group/vincenthawk/32/2092_2.png) [@vincenthawk](https://phaser.discourse.group/u/vincenthawk)
#### Post date: [October 4, 2019, 4:20pm UTC](https://phaser.discourse.group/t/button-no-response-at-facebook-instant-game-server/3875/1 "2019-10-04T16:20:14Z")

</div>

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

---

<div class="post-metadata">

### Author: ![vincenthawk](https://yyz2.discourse-cdn.com/free1/user_avatar/phaser.discourse.group/vincenthawk/32/2092_2.png) [@vincenthawk](https://phaser.discourse.group/u/vincenthawk)
#### Post date: [October 5, 2019, 8:15am UTC](https://phaser.discourse.group/t/button-no-response-at-facebook-instant-game-server/3875/2 "2019-10-05T08:15:12Z")

</div>

By the way,

I just test the button on PC with Chrom and in facebook web.  
It works, too.  
Don’t know why the mobile device can not work.

---

<div class="post-metadata">

### Author: ![vincenthawk](https://yyz2.discourse-cdn.com/free1/user_avatar/phaser.discourse.group/vincenthawk/32/2092_2.png) [@vincenthawk](https://phaser.discourse.group/u/vincenthawk)
#### Post date: [October 5, 2019, 5:58pm UTC](https://phaser.discourse.group/t/button-no-response-at-facebook-instant-game-server/3875/3 "2019-10-05T17:58:50Z")

</div>

I got it

> **[Phaser - News - SameGame Library and Phaser 3 Example: A JavaScript class to...](https://phaser.io/news/2019/06/samegame-library-and-phaser-3-example)**
>
> Desktop and Mobile HTML5 game framework. A fast, free and fun open source framework for Canvas and WebGL powered browser games.
