Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Expand (resize to fullscreen) another object in js code.

Hello

is it possible to programmatically expand object to full screen (same outcome would be accomplished, if the user presses full screen button on whatever object).

Something like this: app.getObject('QV01','BrZ13').fullscreen() or app.getObject('QV01','BrZ13',{fullscren: true})

1 Solution

Accepted Solutions
Aiham_Azmeh
Employee
Employee

Hi martinfreser‌,

Yes it is possible to expand objects to full screen programmatically, but not with our API's.

There are many examples on how to make a div fullscreen, for example: Edit fiddle - JSFiddle

View solution in original post

2 Replies
Aiham_Azmeh
Employee
Employee

Hi martinfreser‌,

Yes it is possible to expand objects to full screen programmatically, but not with our API's.

There are many examples on how to make a div fullscreen, for example: Edit fiddle - JSFiddle

Not applicable
Author

Thanks, that should do it