You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having some trouble with the scrolling when the keyboard appears. At the moment, my app has a wrapper with an option bar at the bottom and a wrapper inside of it with the content displayed.
When the keyboard opens the wrapper with the option bar(outside wrapper) moves up but the inside one doesn't so the input field is hidden behind the keyboard.
I have tried changing things with onKeyboardWillShow but I can't get it to work. Could I get some guidance on how to do it?
Thank you in advance!!
The text was updated successfully, but these errors were encountered:
Hi everyone,
I'm having some trouble with the scrolling when the keyboard appears. At the moment, my app has a wrapper with an option bar at the bottom and a wrapper inside of it with the content displayed.
When the keyboard opens the wrapper with the option bar(outside wrapper) moves up but the inside one doesn't so the input field is hidden behind the keyboard.
I have tried changing things with onKeyboardWillShow but I can't get it to work. Could I get some guidance on how to do it?
Thank you in advance!!
The text was updated successfully, but these errors were encountered: