Hi,
I have a report that uses backgroud images for several objects, and also HTML-based interactive images with the following expression :
<img src = "../ViewSelectionsGray.png" onmouseenter="this.src='../ViewSelectionsOrange.png'" onmouseleave= "this.src='../ViewSelectionsGray.png'"/>
The report works well in browser (both prompt and report page), But when I run it on the IPAD app, the images in the prompt page are shown OK, but the images on the page don't show.
Any idea why?