cancel
Showing results for 
Search instead for 
Did you mean: 

xMII Mobile Page Layout

Former Member
0 Kudos

Hello,

I am trying to display an irpt page which has a servlet on a mobile devices web browser. I am using the IllumRowsetTable.xsl stylesheet. When I call up the webpage on the mobile device the output is wrapped instead of giving a horizontal scroll bar. Does anyone know of a way I can get the scroll bar to appear instead of the page being wrapped.

Thanks,

Mahwish

Message was edited by:

Mahwish De Silva

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Mahwish,

Please see the xMII Mobile Integration How to Guide which is downloaded from the SDN by searching for "xMII mobile". This will explain how to create a mobile targeted stylesheet and also how to setup xMII to recognize your mobile device request. Hope this helps.

Regards,

Salvatore Castro

Sr. Solution Architect

Former Member
0 Kudos

Mahwish,

First, I would check for any Browser settings on your mobile device. There may be something there. If I remember correctly, Windows CE devices do allow for a fixed size or dynamic size (which is what you are experiencing). Blackberry devices do not have this feature, I think.

The other option you have is to use a css style in the resulting webpage to "fix" the width of the table to say 1000px. But, the browser on the device may actually override the css style.

See if either of those suggestions work for you.