When the keyboard appears the screen become short include text space.
I can’t find where to set responsive screensize in Xthunkable
Thankyou
When the keyboard appears the screen become short include text space.
I can’t find where to set responsive screensize in Xthunkable
Thankyou
HI @AB_BA - welcome to the community
If you take a look at the advanced properties of the Screen you are working on, in the sizing section you can choose “flex” or “none” - let us know whether or not that resolves this for you!
Hi,
When changing the sizing to none all components on the screen disappear
I have the same problem.
My screen
Screen scrollable option should be TRUE.
thank you for your fast answer… set as you said, scrollable true, same white screen for me
Screen scrollable should be TRUE and if your screen has rows/columns then make sure you use the height of all top rows/columns to be relative %% or absolute but net “fill container/fit content”.
@mimostel Does it working for you?
… did not tried @muneer `s solution because too many elements are related on my screen (regarding containing), and ill mess other things there (i can live with stretching tho), but i trust his solution and ill keep that in mind in my future apps to apply if needed.
We can test it on new simple screen`s app if needed tho.
… Reviving an old topic is not a nice thing, but time came for my 2nd app and i wanna try @muneer `s advice for the issue.
So, i made a screen, set scroolable TRUE
You don’t need this step. When you set it to None you prevent the scrolling effect to be activated automatically.
was taking @domhnallohanlon `s advise
This is how the flex
property behaves. You need to make your screen flexible by setting the scrollable property to True
and then the flex
property will decide when to change the size of the screen. If you set the property to None
you are actually preventing the scroll option to have an effect.
… bottom line: for me, on Android 10, the only way that i can show keyboard without screen stretching is to set top containers to absolute values (nor fill container/contents, neither relative %). But this cant be done, as an app wont be open only by me, will be used by multiple with other phones with different resolutions, so the only solution that works cant be applied.