Keyboard convering input

Hey everyone,

I have an issue on the mobile app I am developping: When I click on this multiline input, the keyboard of the smartphone covers it.
I tried to change the bottom margin when the multiline input is focused but when the keyboard is not visible anymore, the multiline input is still focused.
Is there a way to move the multiline input higher when the phone’s keyboard is visible?


I found a solution from this topic: Add focused condition to "do when" event

You can create an event: When the multiline input is focused or the multiline input is pressed → scroll to multiline input.

The “is focused” and “is pressed” options are not directly available in the workflow tab but you can create a condition in the multiline’s conditional and copy that to the workflow