完成后退操作后,键盘无法编辑文本
在我的第一页中,我有一个用于搜索目的的编辑文本。在此编辑文本下方,我在列表中显示了一组值。当我给出搜索键并按下搜索按钮时,搜索就会完成,结果会以值列表的形式显示在另一页中。如果我按下设备后退按钮并返回到我的第一页,我将无法在此编辑文本中键入任何内容以进行另一次搜索。这可能是什么原因?如果有人知道请回复。
In my first page, I have an edittext for the purpose of searching. Below this edittext i have a set of values shown in a list. When I give a search key n press search button, searching is done and the result is shown in another page as a list of values. If I press device back button and come back to my 1st page, I am not able to type anything in this edittext for doing another search. What may be the reason for this? If anyone knows please reply.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我成功了。当我们移动到另一个页面时,我清除了编辑文本的焦点。
I got it worked. I cleared focus of the edit text when we move to another page.