ionic-team / ionic-plugin-keyboard

Ionic Keyboard Plugin for Cordova
Apache License 2.0
611 stars 278 forks source link

show different keyboards #269

Open NawazKhanMd opened 7 years ago

NawazKhanMd commented 7 years ago

cordova.plugins.Keyboard.show(); only shows default text keyboard, is there a way to show different keyboards like date pickers and number pads

hbarylskyi commented 7 years ago

looks like the only way is to use <input type="tel"> etc. https://www.w3schools.com/html/html_form_input_types.asp