Missing period for Samsung Galaxy S4 numeric keypad

妖精的绣舞 提交于 2019-12-23 16:08:12

问题


I have the tag <input type="number" pattern="[0-9\.]*" /> and trying to get the numeric keypad with an option to enter a period to show once the user selects the field.

The above code works for iPhone 4/5 and Samsung Galaxy S3 but not on the S4. The S4 shows the numeric keypad but does not display the period button. Highly frustrating as it does so in the S3!

Anyone know of a fix for the S4 standard keyboard setup?


回答1:


It seems that there is a problem with the Samsung S4 keyboard. The only way i have found to avoid the problem is by installing another keyboard...

There are countless threads and reports of this when searching google...

Often it is recommended to use google's keyboard. Personally i prefer SwiftKey

http://www.businessinsider.com/google-keyboard-for-android-2013-6

https://play.google.com/store/apps/details?id=com.touchtype.swiftkey&hl=no



来源:https://stackoverflow.com/questions/19433745/missing-period-for-samsung-galaxy-s4-numeric-keypad

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!