java - How can I enable/switch to the internet based keyboard instead of the traditional keyboard? -


How can I enable / switch the Internet based keyboard instead of the traditional keyboard? I am trying to show one that has less Com buttons are included when the user clicks on a text field and the keyboard is displayed.

Thanks in advance!

Amani Swans

edit this About a property input type of the property You need to set the input type, documentation.

You can set the input type either XML in your layout

  android: inputType = "textEmailAddress" Android: inputType = "textUri"   

or

by using the setInputType method for editText

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

jsp - Google line chart x-axis shrinks on transition -

java - Reaching JTextField in a DocumentListener -