When I want press button I must click double

Likely some kind of focusing issue.

Some things to check.

  1. What input mode you are using
  2. Make sure the widget focusable is marked true
  3. Carefully check your widget layout - make sure nothing is overlapping what you are needing to interact with
  4. If needed, change the ZOrder to bump the intractable item in front of another item

265816-focusinputnodes.png

265817-focusinputnodes2.png

265818-focusinputnodes3.png

265819-focusinputnodes4.png