I have a page with a numeric input with autofocus:
<input type="number" placeholder="Informe" ng-model='leitura.leituraatual' required="true" autofocus="true">
The problem is that the keyboard appears in Text mode instead of numeric mode. Only the numeric keypad appears if I click on the input manually.