문제

Im working on a small WebApp for my iPhone.

I got a form with some input-fields for text, numbers and float-numbers. Until now i used the normal qerty-layout but i know that special apps can use specific keyboard-layouts for input-fields.

I already found out how to get a normal 0-9-keyboard, but i need the "," or "." for float-numbers.

So my question: is it possible to display the a 0-9-layout including the "," or the "."

Greets :)

도움이 되었습니까?

해결책

Supported Input Values

<input type="number" >

Displays 0-9 in the top row and punctuation below for me in iOS 5.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top