Need number only soft keyboard?

前端 未结 7 1912
再見小時候
再見小時候 2020-12-19 01:42

Hi I need a soft keyboard with only numeric values 0 to 9 and Enter key. Shouldn\'t show anything other than these like . ,<

7条回答
  •  庸人自扰
    2020-12-19 02:15

    All you can do for standard keyboards is suggest input types. The keyboard can still display or not display whatever keys it wants. If you must have certain keys and only those, you need to create a custom soft keyboard. If it's only for your app, and especially if it's only for one activity, I wouldn't actually implement a standard keyboard, but just use views/buttons that do the appropriate actions.

提交回复
热议问题