PhoneGap for Android does not accept the 9 key

后端 未结 3 2022
迷失自我
迷失自我 2020-12-06 05:47

I have a strange problem in my PhoneGap-based android app. On certain screens, the number 9 key is completely ignored. This happens on all my Android 2.X devices. I hav

3条回答
  •  不思量自难忘°
    2020-12-06 06:43

    I had the same issue. Turns out that you need to specify the Android SDK version via the API number in the config.xml file

    add:

提交回复
热议问题