Search code examples
nativescriptangular2-nativescriptnativescript-angular

how can I customise keyboard in natviescript angular app


I am using keyboardType="phone" how can I customise keyboard in ios and android in Nativescript angular app how to disable + * # it should be only number input from keyboard no special character and sign

ios - keyboardType="phone"


Solution

  • As soon as these changes are released, you'll be able to use keyboardType=integer to get a keyboard that only shows numbers, it will look like this:

    enter image description here