bluepotion icon indicating copy to clipboard operation
bluepotion copied to clipboard

Make soft keyboard handling consistent with RedPotion

Open darinwilson opened this issue 10 years ago • 3 comments
trafficstars

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.

darinwilson avatar Jul 04 '15 13:07 darinwilson

Note: RMQ has rmq.app.hide_keyboard already (app.hide_keyboard in RP).

https://github.com/infinitered/rmq/pull/234

jamonholmgren avatar Jul 09 '15 03:07 jamonholmgren

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.

skellock avatar Jul 23 '15 15:07 skellock

👍

darinwilson avatar Jul 23 '15 15:07 darinwilson