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
Is there a way to keep the keyboard open when in a certain view/page?
This could maybe be achieved by preventing the keyboard from closing on back button?
There doesn't seem to be a way to do that.
I'm looking for something like:
Keyboard.addListener('keyboardWillHide',()=>{// If we had access to the event here maybe we could call event.preventDefault() or similar?});
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is there a way to keep the keyboard open when in a certain view/page?
This could maybe be achieved by preventing the keyboard from closing on back button?
There doesn't seem to be a way to do that.
I'm looking for something like:
Ideas appreciated 😄
Beta Was this translation helpful? Give feedback.
All reactions