Phone: numeric keyboard for text input

Is there a way to force the number keyboard to come up on the phone for an <input type=”text”>? I just realized that <input type=”number”> in HTML5 is for “floating-point numbers”, so it isn’t suitable for credit card numbers, ZIP codes, etc. I want to emulate the numeric-keyboard functionality of <input type=”number”>, for inputs that … Read more