How to move component when keyboard displayed in mobile?

Hi,
When I using maui & radzen components together, if the components placed in the bottom of screen, the component focued, it can display keyboard automatic, however, keyboard will display on top of the screen, which will hide component ,how to make the component move to top of the keyboard layout?

image

Thanks.
Jeffers

Hi @Jeffers,

This is browser specific behavior which we don't have control of. I don't know if it is even possible. If you find a solution for a built-in component e.g. <InputText/> it would probably work for the Radzen.Blazor components as well.

Thanks, maybe I should check on the MAUI side, Thanks again!
Jeffers