Problem with input type?

Hi, I have a problem with input type, attach screen.

<div class="list list-inset">
	<label class="item item-input">
		<input type="number" placeholder="Codice Prodotto">
	</label>
</div>


It’s different from the preview: http://ionicframework.com/html5-input-types/#tel

looks like your keyboard accessorybar is hidden on ios:

btw you have to set the type to tel and not number… like they did in the example.