简体   繁体   English

如何在Android 2.3以下的版本中使用phonegap应用程序显示Numeric Keypaid

[英]How to display Numeric Keypaid using phonegap application on below Android version 2.3

I have a mobile application using Phonegap framework and it has some HTML input elements in it, like this: 我有一个使用Phonegap框架的移动应用程序,并且其中包含一些HTML输入元素,如下所示:

<input name="txtPinCode" id="txtPinCode" placeholder="Pin Code" maxlength="20" value="" type="number" pattern="[0-9]*">

When i open application and touch or click input text this tag proper working on above Android 4.0 version but same tag not working android 2.3 version. 当我打开应用程序并触摸或单击输入文本时,此标记可在Android 4.0以上版本上正常工作,但同一标记无法在android 2.3版本上正常工作。

Please help me. 请帮我。

Seems like type="number" not supported in below Android 2.3 在Android 2.3以下似乎不支持type="number"

Reference link 参考链接

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM