COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Mobile => Topic started by: ordotan on 19 Feb 2015 03:52:48 AM

Title: Cognos Mobile 10.2.1 - Issue with images
Post by: ordotan on 19 Feb 2015 03:52:48 AM
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?