function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SamReadySamReady 

Render Images using Visualforce Mobile Components

I am trying to use the provided VF mobile components (http://wiki.developerforce.com/page/Introducing_Mobile_Components_for_Visualforce) off github, but out of the box it does not render my Rich Text or formula fields as images...

 

On my mobile VF page, all of my image fields come up as a string literal '<img src="......imgsrc......." />'.

 

Does anyone have a work around to get this to render? Any suggestions are appreciated.