Hey guys,
I have the following problem: in an iOS application, when I get an error-type feedback message, when entering data in an input field, which is a call to the server, I have an open keyboard, so I can't see the error message because the screen goes up because of the keyboard. To see the error I need to scroll up, and my doubt is, how can I force the focus on the error message, i.e., barely an error appears to scroll up automatically.
I'll leave a screenshot with a piece of the corresponding code.
Have you tried to go to the beginning of the screen instead of focus on the message.
Just an idea
Or take a look to this post
https://www.outsystems.com/forums/discussion/42215/hide-mobile-keyboard/
Graça