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
Post a Comment