I want to show a image stored inside resources/common folder in local on a Rich Text container widget. What will be the local path inside <img src="">?

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.

the image needs to be fetched directly from local using <img src=""></img> tag. How to give path of Local folder structure.

Hi @Elinv Lvwwence​ , <img> html tag is not supported for iPhone in richText widget. If you want to use it for Android then maybe you can try to fetch the image using this path structure "file:///android_res/drawable/sample.png".

Hi ,

I have checked in IOS 11 simulator used this tag <img src="pinb.png"/> it has rendered the image.

Visulaizer 7.3 . In design view its not rendered but after deployed application its has .

pinb.png image is stored in local device .

android : code i have used .

RichText <img src="slider.png"/> hello

**Image removed for security reasons**