(Android) Buttons become untouchable after a while

Everything perfectly works. But after 3-5 minutes in the game, buttons become untouchable. I’m not saying ‘disabled’, they are enabled but touching doesn’t work. If you try over and over again, it works at some point. When you restart the game, it works perfectly again for 3-5 minutes.

I made all buttons not focusable but that didn’t work. Does anyone have a solution?

Does anyone know?

Maybe you overwrite it with another widget or somthing like a scale box / scroll box.
Did you make a pop-up that has a higher Z-Order?
Maybe the button or something els change in Z-Order.

There are many things that could cause this.
Definitely check the Z-order or a overlapping boxes / widget.
This is usually the problem;)

hopefully this will help you!

It was working fine at first though. Now I remove and add the whole widget again, after every new level. And it works so far.

I am going to mark this as solution. I will return here if this doesn’t work.