How to freeze the login screen when the keyboard appears

hi

my login screen slides up as soon as I enter data to let the keyboard appear but in many applications this does not happen and I find it more user-friendly but I can’t manage it

1 Like

Set the screen to scrollable while the input is focused. When it’s unfocused, set the screen back to not scrollable! :slight_smile:

1 Like

hi

thanks for your support

I found the unfocus block on the other hand I use the input changes block to simulate the focus (maybe wrongly)
but it doesn’t work the component that contains the connection elements always slides up

Hey @jared, here is an example of setting the screen to scrollable when input it focused and then unfocused set to unscrollable. The problem is, when the screen type changes, it dismisses the keyboard, so the user has to click the input twice in order to start typing.

I am unsure if that behaviour is designed that way or if that’s a bug.

You need to put when input click for that to work properly, take a look at the project above.

hi
thank you for your contribution and your example but it does not work for me
your project uses DnD mine StP maybe that’s why

here is my project

https://x.thunkable.com/copy/df63a22967feae2a021495438f2627f8

1 Like

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