Customize ios keyboard to show numeric keyboard

I am working on a html5 hybrid app where I need to display numeric keyboard with dot and comma for iOS. I tried the pattern "[0-9]*" with type as number. It works for android but does not show dot/comma for iOS. Anyone has any idea how to achieve this for iOS ? i tried searching for cordova plugin. Did not get any. I created a custom keyboard in angular. But it is having some delay for iOS when i provide any input.


For ios i don't get dot using "input type="number" min="0" inputmode="numeric" pattern="[0-9]*"".


I asked the same question in stack overflow and also attached desired output. Please let me know if anyone has any idea how to achieve this ?


http://stackoverflow.com/questions/37292376/customize-ios-keyboard-to-show-numeric-keyboard

Customize ios keyboard to show numeric keyboard
 
 
Q