I’m developing an application for Android using Phonegap.
var customTime = prompt("Enter custom time");
Is there a way to show numeric pad when user click on prompt’s text input to enter time?
Now, when user click on it regular pad showing, and he must to click on number button first.
As far as I know, you cannot change that. because it doesn’t allow you to specify the input type anywhere.
My suggestion:
ie
<input type=”number” value ="" id="something" />