在Android 2.X数字9 [英] Numeric 9 on Android 2.X

查看:122
本文介绍了在Android 2.X数字9的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经得到了我的电话有问题。 我目前编程的Andr​​oid应用程序与注册现场,在该领域使用PhoneGap的,jQuery和jQtouch我不能输入数字9。我的应用程序。一切工作正常,除了这个错误。

i've got a Problem with my Phone. I'm currently programing an Android App with a Registration Field, in this Field i can't type in the Number 9. My App is using Phonegap, jQuery and jQtouch. Everything is working fine except for this error.

该问题仅出现在Android 2.X。

The problem only occurs on Android 2.X.

任何建议,为什么我不能输入一个9?

Any suggestion why i can't type in a 9?

推荐答案

我有同样的问题。要解决它,你将需要把下面一行在你的PhoneGap的初始化函数:

I had the same problem. To fix it you will need to put the following line in your phonegap init function:

this.appView.getSettings()setNavDump(假);

this.appView.getSettings().setNavDump(false);

下面是一个链接到我原来的问题和更详细的解答:

Here is a link to my original question and the more detailed answer:

<一个href="http://stackoverflow.com/questions/9781657/phonegap-for-android-does-not-accept-the-9-key">PhoneGap对于Android不接受9键

这篇关于在Android 2.X数字9的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆