TouchScreenButton inside Control lagging on Android

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By cold80

I want to place a jump button in the bottom right of the screen, so I tried to place the TouchScreenButton inside a Control, and setting its layout to bottom right. It works perfectly, but the problem is that if I press the button on Anroid, the player jumps “late”, it seems it doesnt receive the command immediately. But if I place the TouchScreenButton outside the control, everything works smoothly, the problem is that I can’t posittion the button anymore. Can you help me on this?

Thank you