How can i keep running after jump with virtual bottons for android games?

I made a simple 2d game for mobile device but I got a problem cause when i start running and press the virtual jump botton my character stop running and I have to released de botton and press it again to run.

it works fine on the keyboard but in the virtual bottons it does not.

Use timer by event to execute the movement input and uncheck isfocuseable on your widget buttons

Let me seeā€¦

Did you figure it out?

Yes, thank you So much!!!

I just had to uncheck "is focuseable"on my widget buttons under interaction section, thanks

Good to hear. Thanks for confirming your solution.