Galaxy Tab 10.1 在创建 Activity 时自动选择 EditText

发布于 2024-12-01 02:38:30 字数 317 浏览 2 评论 0原文

我刚刚有一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

殤城〤 2024-12-08 02:38:30

如果我没记错的话,在 EditText 之前创建一个空的 LinearLayout 会消耗焦点。

If I remember correctly, creating an empty LinearLayout before the EditText consumes the focus.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文