unicode - My Emoji Soft Keyboard is not supporting for Message EditText Field in android -
my emoji soft keyboard not supporting message edittext field in android. other application whatsapp supported. example, in whatsapp , wechat application, textfield support emoji keyboard characters, in mobile messaging textfield shows ? or _ each character type using emoji soft keyboard. want integrate emoji character support in mobile messaging edittext field in android application.
if please give me way solve problem, extremely gratitude answer.
just try it:
int unicode = 0x1f60a; string text = string.valueof(character.tochars(unicode)); //inputconnection.committext(text,mcomposing.length()); mcomposing.append(text); sss.append(text); committyped(getcurrentinputconnection());
Comments
Post a Comment