When I want to have a text appear in bold italics, the markdown code ("") works fine in the Andorid-emulator in the browser, but on the mobile phone, '' is displayed as bold without italics.
What do i have to do to display bold italics?
br
Sebastian
I attempted to test this issue on my mobile app. Could you clarify which method you're using to apply bold or italic formatting in text components?
In my case, using HTML tags inside the Text component's Markdown field doesn't seem to work on mobile—it might be a bug. Interestingly, the same HTML works fine in the web app.
However, the default Markdown syntax works perfectly on both the browser and mobile app.
For example:
I also tried the HTML tags - which do not work inside a Text-element as you already pointed out, - but I found that they do inside a HTML-element. But the result was the same: everything is fine in the web-editor, but no italics on the mobile phne.
I tried your markdown syntax on my mobile app, and it worked perfectly — which is quite surprising. It’s possible that Retool’s mobile app may not fully support all Markdown features in the Text component, especially on certain devices or versions. The desktop version seems to handle Markdown more reliably.
Hey @Poly Good to have you back in the Community forum!
Just checking in, are you still experiencing this issue? If so, have you tried updating the app to the latest version?