Hi,
I have a textbox field that when I click on Android it resizes the whole layout to be the size of the screen with the keyboard. Is there a way to ignore this?
Thanks
Develop games in your browser. Powerful, performant & highly capable.
bump pls
Hello
I think you just have to turn off the fullscreen on the browser object. But you have to do it inside a trigger.
Example:
On Button Click -> Browser: Request FullScreen - "Centered"
On TextBox Click -> Browser: Request FullScreen - "Centered"