Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't type/view bold text in Android Facebook Messenger App

I have been building a Messenger Bot for about a week now and I had no problems so far. But recently I got stuck in an absurd bug (kind of).

So I use bold text in certain parts of my messages like *bold text* (which translates to bold text) and it works perfectly fine in desktop version of Facebook and also on messenger.com but strangely the android messenger app can't display the text between the asterisks in bold, instead, it just prints out *bold text*

Below are the screenshots to better represent the issue

messenger.com screenshot

Messenger.com screenshot

Android Messenger App Screenshot

Android Messenger App Screenshot

Thank you for reading.

like image 866
Manthan Avatar asked Aug 31 '17 14:08

Manthan


2 Answers

The official help page does indeed state that it only works for computers: https://www.facebook.com/help/147348452522644

Keep in mind that text formatting is only visible on a computer, and will not appear in the Messenger app on mobile.

However, it seems like they've started testing it on mobile: https://twitter.com/wongmjane/status/1098658053426098176

Twitter screenshot

like image 99
Inrego Avatar answered Sep 20 '22 10:09

Inrego


Can resolve with this simple hack

  1. convert your text using some online unicode text converters (e.g: https://qaz.wtf/u/convert.cgi)

  2. copy converted text and paste into your code. That's it.

This is working in facebook.com, messenger.com and messenger mobile app.

like image 34
naam Avatar answered Sep 20 '22 10:09

naam