Keypad is not poping up when we click on a text box in Pop up widget

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.

I am showing a popup on click of a header in a form. The popup having the transition top- bottom.

var context ={"widget":currentForm,"anchor":"top","sizetoanchorwidth":true};

popSearch.setContext(context);

popSearch.windowSoftInputMode=constants.POPUP_ADJUST_RESIZE;

Used the above code for transition.

Also provided setfocus as true inside popup.

PopSearch.txtsearch.setfocus(true);

Even giving setfocus, the keypad is not coming. Also on double taping only , the keypad is coming.

Hello @Kvwen Huntew​

Is it possible to share us a app to reproduce the issue. Also confirm the Visualizer version and for which platform the reported issue is observed.

Hi,

We are using Kony 6.5.

And will share you the sample App ASAP.