【问题标题】:How to display Numeric Keypaid using phonegap application on below Android version 2.3如何在 Android 版本 2.3 以下使用 phonegap 应用程序显示 Numeric Keypaid
【发布时间】:2014-07-10 12:34:44
【问题描述】:

我有一个使用 Phonegap 框架的移动应用程序,其中包含一些 HTML 输入元素,如下所示:

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

当我打开应用程序并触摸或单击输入文本时,此标签在 Android 4.0 版本以上正常工作,但同一标签不适用于 android 2.3 版本。

请帮帮我。

【问题讨论】:

  • 我正在使用这个 Html 标签
  • 我已经准备好尝试它不工作。

标签: android jquery html jquery-mobile cordova


【解决方案1】:

似乎type="number" 在 Android 2.3 以下版本中不受支持

Reference link

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-04-14
    • 1970-01-01
    相关资源
    最近更新 更多