LenhhoxungHtml5 Posted March 30, 2017 Report Share Posted March 30, 2017 Hi all ! Today, i upload game to Appstore then rejected. Game dont run. I Checked and see that : Event "onInputDown" dont run on Webview IOS 10.3 Code: this.btHome = this.add.sprite(Candy.GAME_WIDTH / 2, ((this.logo.y) + 330), 'homeindex'); this.btHome.anchor.setTo(0.5, 0.5); this.btHome.inputEnabled = true; this.btHome.input.useHandCursor = true; this.btHome.events.onInputDown.add(function () { game.state.states['HomeIndex'].EnterGame(); }, this); How fix this ? Thank for supporting Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.