Hide Element when Keyboard is visible?

I have a floating group on the bottom of the screen (an “Add” button, it’s like a mini-menu).

I found that it gets in the way when the user enters information, so whenever the on-screen keyboard is visible (or: whenever an input field is focussed).

Is there a way to hide the element anytime one of the above conditions is true? So that the button hides for the duration of the input, and afterwards becomes visible again?

1 Like

I want to know about this too!!! please help

So nobody has a solution to this?

I would also like to know if it’s possible.

You can put a condition to hide floating group when certain inputs are focused. If you have a lot of inputs - that could be painful though but still some kind of workaround for your situation