Can i move textbox above the keyboard under the input method?

Hi!

If i have a textbox bottom of the screen the keyboard cover it when it pops up, and i cant see what i’m typing. Can i move the textbox to a visible position to not be covered by the keyboard under the input method, so i can see what i type?

You could, if you made your own keyboard from components and block code.

Alternatively, use some block code to hide/reduce in height the components above your textbox when typing, then reverse when completed

you could try to set screen scrollable to true in the Textbox.BeforeFocus event, so the textbox will appear below the text

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.