RichText is not working properly in Visualizer 8

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

I have taken RichTextBox Widget. I added below html text.

<ul>

<li>Driving under the influence of alcohol

</li><li>Drag Racing</li>

<li>Fleeing or Eluding Police</li>

<li>Passing stopped school bus</li>

<li>Reckless Driving</li>

<li>Revoked License</li>

</ul>

But I am unable get bullets for the items.

Hello,

RichText support limited HTML tags and it doesn't support the <ul><li> tags. Please check the doc link for more details on support HTML tags.

http://docs.kony.com/konylibrary/visualizer/viz_widget_prog_guide/Default.htm#RichText.htm%3FTocPath%3DReference%7CRichText%2520Widget%7C_____0

Hi,

To achieve your requirement, you can use &#x25A0; for bullet point in Android it will work but in Richtext for the bullet point if we give ascii code then it will not work for iPhone.

Use ▪ or ▫ to get the special html character for sqaure bullet.

Hello,

Did my response help you? If yes, make sure you click [Select as Best] under the response to close out the post.