Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
cbeaudouin
Partner - Contributor II
Partner - Contributor II

How to add an iframe without the background color white ?

Hi everyone !

I have an iframe from an app that takes the entire screen :

<iframe src='http://server/single/?appid=b7632556-6a90-40e7-8913-87980576d144&sheet=5611a434-ace2-447d-8848-9a756...'></iframe>

And i want to add my own background image to this page.

Unfortunately the iframe show a white background and i would'like it to be transparent.

2018-02-21_12h17_07.png

Do you have any idea how to do it ?

Thank you,

Charley

1 Reply
bgk
Employee
Employee

An iframe is normally treated as a separate page and shouldn't be possible to manipulate. You might want to look into the getObject() method instead.

https://help.qlik.com/en-US/sense-developer/February2018/Subsystems/APIs/Content/CapabilityAPIs/AppA...

Try the mashup editor, create a new mashup (from the Basic mashup template) and remove all objects except one. If you make this object full screen you should be able to mimic what you might be after.