禁用屏幕键盘

发布于 2024-08-29 19:37:03 字数 160 浏览 0 评论 0原文

我正在开发 j2me 应用程序,并且正在使用 j2me Polish。当我在诺基亚 N97 / 三星 Omnia 等任何触摸屏设备上部署该应用程序时,默认情况下会出现屏幕键盘。每次安装应用程序时,我都需要转到已安装的应用程序并禁用它。有什么方法可以通过在 build.xml 中添加一些属性来禁用屏幕键盘。

I'm working on a j2me application and i'm using j2me polish. when i deploy the application on any touch screen devices like Nokia N97 / Samsung Omnia the on-screen keyboard comes by default. I need to go to the installed applications and disable it everytime i install the applicaton. Is there any way by adding some property in the build.xml to disable the on-screen keyboard.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

哭了丶谁疼 2024-09-05 19:37:03

得到解决方案,在 jad name="Nokia-MIDlet-On-Screen-Keypad" value="no" 中添加以下属性

got the solution, add the following property in in jad name="Nokia-MIDlet-On-Screen-Keypad" value="no"

喜爱纠缠 2024-09-05 19:37:03

我找到了答案,

对于 SAMSUNG 设备,jad 属性是 Navi-Key-Hidden: true。

I found the Answer, the jad property is

Navi-Key-Hidden: true for SAMSUNG devices.

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