Josiel Denardi6690187
Posts: 0
Joined: Mon Feb 24, 2014 9:23 pm

Force mobile numerical keyboard for input fields

Hello,

I am trying to force the mobile numerical keyboard to pop up by default when choosing an input. I have tried adding property: number and tel which both have not worked. Any help would be much appreciated.

For Android and IOS.

Example of the keyboard in attached image.

Regards Image

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Force mobile numerical keyboard for input fields

Hello Josiel,

It is impossible to control the keyboard type manually. The OS decides which keyboard to open. In most cases it opens a numerical keyboard for input components with a type = number

Josiel Denardi6690187
Posts: 0
Joined: Mon Feb 24, 2014 9:23 pm

Force mobile numerical keyboard for input fields

Well, the same app, in Android appears the numerica keyboard bu in IOS not. Exist any wordaround for this?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Force mobile numerical keyboard for input fields

You can control the keyboard type with an attribute "inputmode" of input components : https://developer.mozilla.org/en-US/d...

Return to “Issues”