I found old posts and couldn’t find the solution. I already pointed out in another post, but I have the problem that when the keyboard appears the layout coordinates are lost.
That should resolve this issue. In an app that I recently published, some users messaged me saying the same thing. What I did was enable scrolling on screens in which there was texting puts. This seemed to fix the issue for me.
This is what I chose to do when I needed it, but I don’t always want the screen scrollable, so what I do is ‘when input clicked’ > set screen scrollable to true
And ‘when input unfocus’ > set screen scrollable to false