I\'m experimenting with PhoneGap to develop some iPhone apps. PhoneGap basically wraps a UIWebView - it works well. The problem is the my app has several input fields that
What you can also use for iOS phonegap based app is :
input type="number" pattern="[0-9]*"
It is shown in the image below. Works beautifully with iOS 8.2 and phonegap 3.5 and above.