Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » BIRT » Display Birt engine report on iPad
Display Birt engine report on iPad [message #947048] Tue, 16 October 2012 15:10 Go to next message
Antonio Urbina is currently offline Antonio Urbina
Messages: 3
Registered: October 2012
Junior Member
Hello,

We need your help with a problem when displaying a Birt report on an iPad using Safari and iOS6.

We created a report using the Birt engine and inserted it into a liferay portal. When accessing the report from a desktop environment it displays OK but when accessing it from an iPad (on IOS 6) the iframe starts growing up and by the time it really shows up it is a very small portion of the full redered page on the iPad.

This is a dynamic report based on two parameters that must be selected before the execution.

We published the original frame set that comes out of Birt and noticed the same behavior even outside liferay or other CMS portals such as Joomla. We have come to the conclusion that there is a parameter built in the Birt's master document that is somehow misinterpreted on Safari IOS6 creating the endless growing behavior.

Has anyone encountered the same problem? Can you point us on the right direction in order to solve this issue?

Thanks,
Tony
Re: Display Birt engine repor t on iPad [message #948670 is a reply to message #947048] Thu, 18 October 2012 04:49 Go to previous messageGo to next message
Colin Sutton is currently offline Colin Sutton
Messages: 44
Registered: July 2009
Member
Antonio Urbina <forums-noreply@xxxxxxxx> wrote:
> Hello,
>
> We need your help with a problem when displaying a Birt report on an iPad
> using Safari and iOS6.
>
> We created a report using the Birt engine and inserted it into a liferay
> portal. When accessing the report from a desktop environment it displays
> OK but when accessing it from an iPad (on IOS 6) the iframe starts
> growing up and by the time it really shows up it is a very small portion
> of the full redered page on the iPad.
>
> This is a dynamic report based on two parameters that must be selected
> before the execution.
>
> We published the original frame set that comes out of Birt and noticed
> the same behavior even outside liferay or other CMS portals such as
> Joomla. We have come to the conclusion that there is a parameter built in
> the Birt's master document that is somehow misinterpreted on Safari IOS6
> creating the endless growing behavior.
>
> Has anyone encountered the same problem? Can you point us on the right
> direction in order to solve this issue?
>
> Thanks,
> Tony
A couple of my reports continually grow and move to the right when
displaying on the iPad with iOS5. Since they work Ok on the PC and Mac with
Safari it must be an iPad Safari issue.

--
Colin Sutton
Re: Display Birt engine repor t on iPad [message #949366 is a reply to message #948670] Thu, 18 October 2012 19:45 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason Weathersby
Messages: 9167
Registered: July 2009
Senior Member

Colin

Are you setting this render option?
HTMLRenderOption options = new HTMLRenderOption();
options.setOutputFileName("output/resample/renderoptions.html");
options.setOutputFormat("HTML");
options.setViewportMeta("width=device-width");

Jason


Jason Weathersby

BIRT Exchange
Re: Display Birt engine repor t on iPad [message #951173 is a reply to message #949366] Sat, 20 October 2012 09:27 Go to previous messageGo to next message
prachi pradhan is currently offline prachi pradhan
Messages: 1
Registered: October 2012
Junior Member
Hi,

I am also facing same problem, Reports are continuously expanding in iPad, can anyone help.
Re: Display Birt engine repor t on iPad [message #954198 is a reply to message #951173] Mon, 22 October 2012 17:32 Go to previous message
Michael Williams is currently offline Michael Williams
Messages: 802
Registered: July 2009
Senior Member

And setting the "width=device-width" doesn't help? You might also try "initial-scale=1.0".

Regards,

Michael Williams
BIRT Exchange
Michael's BIRT Blog
Previous Topic:Changing style of hyperlinks
Next Topic:Hide row if element is empty
Goto Forum:
  


Current Time: Mon May 20 04:03:30 EDT 2013

Powered by FUDForum. Page generated in 0.01800 seconds