Mobile keyboard covering inputs

I’m having an issue with my mobile web inputs. When I click in an input, the mobile keyboard constantly covers the input. Is there an easy fix that would push the content up above the keyboard? Similarly to how a native app does it?

2 Likes

Did you find any fix for it?

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

This is the default behaviour when you focus an input and always have been. What phone are you testing this on?