如何在横向模式下启用三星 Galaxy Tab 模拟器中的屏幕键盘?
我在 Samsung Galaxy Tab 模拟器中遇到屏幕键盘问题。屏幕键盘在横向模式下不显示,尽管在我在语言和语言中启用“示例软键盘”后它开始以纵向模式显示。键盘设置。
I'm facing a problem with the on-screen keyboard in the Samsung Galaxy tab emulator. The on-screen keyboard doesn't show up in landscape mode though it started showing in portrait mode after I enabled "sample soft keyboard" in Language & Keyboard settings.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用三星提供的 AVD 文件的 Galaxy Tab 模拟器无法在横向模式下正确显示键盘。如果您在单击要编辑的字段时仔细观察,您会发现应用程序底部出现一对灰色像素,这表示键盘即将出现,但显然无法正确绘制。它在纵向模式下显示得很好。
您仍然可以在模拟器中使用计算机的键盘输入文本,并且键盘在水平模式下的真实设备上肯定显示得很好,因此不必担心您的代码不正确。
The Galaxy Tab emulator using Samsung's provided AVD files does NOT properly display the keyboard in landscape mode. If you look closely when you click a field to edit you'll notice a grey couple of pixels appear at the bottom of your application, this signifies the keyboard coming up but it is obviously not drawing properly. It displays in portrait mode just fine.
You can still use your computer's keyboard in the emulator to enter your text and the keyboard does definitely display just fine on the real device in horizontal mode so don't stress about your code being incorrect.
无论上下文如何,按住 Home 键都会导致键盘出现。
那有用吗?或者键盘根本就不会出现在您面前? :(
Holding the Home key will cause the keyboard to appear regardless of that context.
Does that work? Or does the keyboard simply never appear for you? :(