Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Display Birt engine report on iPad(Ipad rendering problem on IOS6)
icon5.gif  Display Birt engine report on iPad [message #947032] Tue, 16 October 2012 18:52 Go to next message
Antonio Urbina is currently offline Antonio UrbinaFriend
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 report on iPad [message #947398 is a reply to message #947032] Wed, 17 October 2012 03:48 Go to previous message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Tony

Take a look at this link:
http://www.eclipse.org/birt/phoenix/project/notable3.7.php#jump_8
try setting the viewport option:
HTMLRenderOption options = new HTMLRenderOption();
options.setOutputFileName("output/resample/renderoptions.html");
options.setOutputFormat("HTML");
options.setViewportMeta("width=device-width");

Jason
Previous Topic:Birt 4.2 viewer multilanguage
Next Topic:how to integration birt into a spring application
Goto Forum:
  


Current Time: Fri Apr 26 23:43:55 GMT 2024

Powered by FUDForum. Page generated in 0.02887 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top