Is there any API for dismiss the keyboard without clicking on Done / Cancel / Next button or Without calling OnDone event of textbox ? Please suggest

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

Hi @Dvvnyvvl Benson​ , Have you tried "setFocus"?

Try to do a setFocus on some other widget maybe a button or label, it will dismiss the keyboard!

Hi, I tried with setFocus on some other widget but its not working. still Keyboard is on the screen only.

We're also experiencing a similar issue along with another issue only on the Android devices. We're doing the setFocus in a TextBox on the form->postShow(). The keyboards takes time to come up after the form is shown, is putting the setFocus() on the form->preshow() could be a good approach or something else ?

Finally, it did work for me, did setFocus on a different button and the keyboard went down.