Hello,

For some reason, even when I set the following flag for my activity, the
keyboard is still automatically showing up on edit text controls:
android:windowSoftInputMode="stateAlwaysHidden"


Why is that ?

Are there other ways to force the XWalkView not to open the keyboard ?

General note - doing the below does close it - BUT only after it opens :(:
    InputMethodManager imm =
(InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE);
    imm.hideSoftInputFromWindow(_xWalkView.getWindowToken(), 0);
_______________________________________________
Crosswalk-help mailing list
[email protected]
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help

Reply via email to