Hello, I have made a little game, with platform controls. I have put touch controls on the screen, and made the following code in Construct 2:
All works fine in the Chrome and Firefox browser.
But I exported the game to apk with android studio and cordova, and when I play on the device, I have the following problem. While touching the right touch screen button, and the character walking right, if i try to jump, it does not jump. So the multitouch does not work.
The same for the left touch control.
What can I do to make the character jump while walking.