Ionic-plugin-keyboard : numeric mode and auto focus

Is there any way to keep a numeric keyboard always enabled/active on a page. After doing a bit of searching around, I could find that, in android, user interaction is needed to bring up a numeric keyboard* (step 1)

  • I know that keyboard.show() can be used to open the keyboard forcefully, but it will only display the alphanumeric keyboard, with no control over which keyboard mode to display( :frowning: )

Is there any way to get around this issue

@mhartington

You can set the input type to number

<input type="number"/>

Hi,

The issue was when trying to set autofocus to a number input on page load. This issue is currently not reproducible on the Ionic 3.3.0