how to open keyboard on android?
gui.show_keyboard(gui.KEYBOARD_TYPE_DEFAULT, true)
i tried this and it doesnt wok.
What if you set auto-close to false?
gui.show_keyboard(gui.KEYBOARD_TYPE_DEFAULT, false)
Thank you. It works.
how to open keyboard on android?
gui.show_keyboard(gui.KEYBOARD_TYPE_DEFAULT, true)
i tried this and it doesnt wok.
What if you set auto-close to false?
gui.show_keyboard(gui.KEYBOARD_TYPE_DEFAULT, false)
Thank you. It works.