Auto popup keyboard on android form onshow event

Good morning to all,
at program startup, in main form, there's a way to auto popup a keyboard ??
The Mainform.ActiveControl is settetd to a FNCEdit but when the form is showed the keyboard (even if the control is actve) is not show.
System is Android 64 bit

Thank you

Best regards
Daniele

Hi,

Maybe a timer which sets the focus, you can try it out with TEdit, since TTMSFNCEdit inherits from TEdit.