I need help with mobile game

Hello, I’m new en Phaser, I did the tutorial and it is perfect on the computer, I want to play on my mobile and I put three buttons, right, left and jump, but it does not jump if it is already pressed right or left.
How can I detect when the two buttons are pressed?
link:
http://moralba.webcindario.com/game/

thank.

Gracias, ya pude solucionarlo.
Thank, my problem is already fixed.

Nice, I think you did what I figure most people do - create buttons (sprites) and listen to pointer events. If you only want to show them when it’s a mobile device (I’m able to see them on my desktop) then you can check which device you’re on in Phaser