I wish I could help, but Android app programming is outside my scope of ability.
FWIW, now that I know it (the character string issue) is not just affecting me, neither it nor the 'disappearing emoji' issue is a big deal. Really, in life's scheme of things, these are so unimportant.
The app is inserting an unwanted amp; in the input of a Gboard sourced emoji as in almath's case. This is corrupting the format of the decimal Unicode for the appropriate emoji character.
should read:-
</div>Hey! 😁<div class="messageTextEndMarker"> </div>
similarly
</div>&#128513;&#128513;<br />
should read:-
</div>😁😁<br />
I have replicated the above lines of HTML code in my own website and with the amp; removed the emojis render correctly and with it in, the character string shows the same as on the AF website. This is the case when viewed with Edge, Chrome, and Opera on my laptop and Chrome on my mobile.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.