Hi there,
I want to change the position of a textinput field when it is focused on a mobile device.
On edit end I want to restore the starting position.
Currently I’m using a boxcollider2d to get the onmouseup event and set the position.
After end edit it restores the position.
So this is a way how it works but I really don’t want to use a boxcollider2d so is there another they on how to determine a OnFocus event?
Best
omi