Galaxy Tab 10.1 在创建 Activity 时自动选择 EditText
我刚刚有一个 Galaxy Tab 10.1(最后一个 Galaxy Tab),它运行的是 Android 3.1。 我安装了我创建的应用程序,它包含大量需要填充的 EditText。 问题如下:
当创建一个活动时,如果屏幕上有EditText,它会自动打开虚拟键盘来填充第一个EditText。即使我没有点击它。 当我滚动屏幕时遇到同样的问题:如果我滚动,即使我没有单击 EditText,它也会选择其中一个屏幕并自动打开键盘。
这真的很烦人,因为它总是这样做。
有人已经遇到过同样的问题吗?如果是这样,如何纠正?
非常感谢 !
塞布
I just had a galaxy tab 10.1, (the last galaxy tab) and it is running Android 3.1.
I installed the app I created and it is containing a lot of EditText to fill.
The problem is the following :
When an activity is created, if there's EditText on the screen, it automatically open the virtual keyboard to fill the first EditText. Even if I didn't clicked on it.
Same problem when I scroll a screen : if I scroll, even if I don't click on an EditText, it select one of the screen and open the keyboard automatically.
It's really annoying because it's always doing that.
Did somebody already encountered the same problem ? If so, how to correct it ?
Thank you very much !
Seb
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果我没记错的话,在 EditText 之前创建一个空的 LinearLayout 会消耗焦点。
If I remember correctly, creating an empty LinearLayout before the EditText consumes the focus.