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. enter image description here 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

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -