| 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.