Forum Archive

Hidden keyboard in UI

shen li

hello everyone
I am writing something with pythonista ui module , now I have some problems.
In iPhone, if I try to edit something in ui.TextView, then keyboard will show, but after input I can't close or hidden keyboard , and iPhone keyboard does not have an exit button, so basically I have no way to exit edit model.
I want konw how to hidden keyboard in ui module. Can someone help me? Thank you.

JonB

https://www.google.com/search?q=hide+keyboard+pythonista

shen li

@JonB Thank you very much. callend_editing() method solves my problem perfectly