Open Android numeric keyboard programatically -


how can open android's numeric keyboard programatically?

i know how set edittext numeric , initiate numeric keyboard want solution without edittext or layout because trying open keyboard webview.

any solutions?

try this

edittext etxt = new edittext(this);  etxt.setinputtype(inputtype.type_class_number); 

Comments

Popular posts from this blog

vue.js - Create hooks for automated testing -

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

serial port - hub4com OVERRUN Error -