Is no way to define something like an edittext with "textShortMessage"
because is a web input.
Overriding onCreateInputConnection
of WebView and setting outAttrs.inputType = InputType.TYPE_TEXT_VARIATION_SHORT_MESSAGE;
doesn't work.
Or with imeOptions like outAttrs.imeOptions = EditorInfo.IME_ACTION_NONE;
only switches the "go key" to "next key".
Any ideas?