标签: android html css twitter-bootstrap mobile
我正在使用bootstrap 3来开发移动应用程序。在Android设备中,键盘出现在下拉列表中。知道怎么在移动设备上停止这个吗?
答案 0 :(得分:0)
试试这个
this.getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN);