我有一个专门用于编辑#top{
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background:url(YOUR IMAGE PATH) no-repeat fixed center;
width:500px;height:500px;
}
的按钮(键盘上的“完成”也可以)。因此,我想在EditText之外停止触摸以隐藏软键盘(以及它可能具有的任何其他效果)。
这可能吗?