Hi!
My app is for Android and IOS.
My app downloads some text and display it in a label. I would like to format it with bold, italic, etc and use bulleted list.
I can write html in a label and it works with some tags like <b> or <i> but it doesn't with <ul><li>.
How can I do ? Schould I split my text and create dynamically new labels and images ? Like this... : http://s14.postimg.org/4lhnscpsh/d_coupe.png
Thank you.