键盘出现在手机中

时间:2014-01-15 08:24:20

标签: android html css twitter-bootstrap mobile

我正在使用bootstrap 3来开发移动应用程序。在Android设备中,键盘出现在下拉列表中。知道怎么在移动设备上停止这个吗?

1 个答案:

答案 0 :(得分:0)

试试这个

this.getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN);