Rich text in Native App

3
Hi all, I started building a hybrid mobile app, but figured out that I would need to go native in order to have it on mobile devices. Some of my string variables are holding rich text formatted, which was displayed by the rich text widget in the web app. Is there anything similar in the native mobile environment?  Having the option to display bullet points and format text was really convenient… Thanks, Philipp
asked
2 answers
2

Please check out: https://marketplace.mendix.com/link/component/116616

 

A React Native based widget to display html formatted text on a device. Can be used as an alternative to the standard Webview widget. Content is passed with a string attribute and some styling options can be provided. Based on: https://www.npmjs.com/package/react-native-render-html

answered
0

Thanks – I will check that out!

answered