此代码似乎不适用于横向模式:
EditText destinationSearch = (EditText) findViewById(R.id.destinationSearch);
目的地搜索.requestFocus(); InputMethodManager imm = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);
imm.showSoftInput(destinationSearch, InputMethodManager.SHOW_IMPLICIT);
有没有办法在横向模式下显示软键盘?