Jump to content

Cordova Android touch input doesn't work


Mattward
 Share

Recommended Posts

Hi,

Touch input works on iOS but not Android?

 

Here is the click code I'm using: 

 

enPlayButton = game.add.button(enPlayButtonX, enPlayButtonY, 'enPlayButton', PlayFunction, this);
enOptionsButton = game.add.button(enOptionsButtonX, enOptionsButtonY, 'enOptionsButton', OptionsFunction, this);
 
enPlayButton.inputEnabled = true;
enOptionsButton.inputEnabled = true;
Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...