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

3

7

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.

Noteworthy answered 31/8, 2017 at 14:9 Comment(1)
It is working fine on the facebook bot of World Health Organization. Of course. mobile version, but I still don't know what is the solution.Beaker
F
0

Markdown formatting of text isn't officially supported, so it works sporadically depending on the platform Messenger is being run on.

Flesh answered 31/8, 2017 at 16:7 Comment(1)
But this essentially degrades the user experience as the pattern is which the information is displayed varies from platform to platform. Also even if it isn't officially supported, it works in the web versions of Facebook then (practically) it should work in the mobile apps too.Noteworthy
S
1

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

Successive answered 11/6, 2019 at 0:24 Comment(0)
C
1

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.

Coalfield answered 9/1, 2020 at 3:26 Comment(0)
F
0

Markdown formatting of text isn't officially supported, so it works sporadically depending on the platform Messenger is being run on.

Flesh answered 31/8, 2017 at 16:7 Comment(1)
But this essentially degrades the user experience as the pattern is which the information is displayed varies from platform to platform. Also even if it isn't officially supported, it works in the web versions of Facebook then (practically) it should work in the mobile apps too.Noteworthy

© 2022 - 2024 — McMap. All rights reserved.