Yeah, adding "wait 0" doesn't work, my mistake.
My point was that not all triggered touch events can be used to request fullscreen.
Requesting full screen in events like "On any touch start" or "On touched object" doesn't work on some devices.
You should use "On touch end" or "On tap".