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 - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

c# - Specify IP End Point in FiddlerCore -

java - Solr query version issue: Invalid version or the data in not in 'javabin' format -