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
PMScreenModule currently has soft_input_mode and hide_keyboard, which are leftovers from BP's embryonic stage. We should try to harmonize these with RedPotion.
The text was updated successfully, but these errors were encountered:
show_keyboard is now available because unlike iOS, simply placing focus in a UIResponder is not enough to raise the keyboard (perhaps this is simulator only issue?).
Also, thx for adding soft_input_mode@darinwilson. We're now using that + layout_weight on one of our screens to ensure the screen layout is consistent with the keyboard both up & down.
PMScreenModule
currently hassoft_input_mode
andhide_keyboard
, which are leftovers from BP's embryonic stage. We should try to harmonize these with RedPotion.The text was updated successfully, but these errors were encountered: