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: 
Anonymous
Not applicable

Qlik Sense Mashup Object Trouble

Hello everyone,

I'm working on a qlik sense mashup but I can't seem to get the objects to work right. I am able to get them in but some don't appear unless I shrink my browser window and then restore it back to normal. Once I do this they appear normal but I have to do this every time. Does anyone know why this is and how I can fix it?

Thank You!

9 Replies
arthur_dom
Creator III
Creator III

It happens with any browser? If yes, maybe you run in some JS problem... I had a difficult time putting together a Navbar in IE9, so try in chrome/firefox 😃

Aiham_Azmeh
Employee
Employee

Hi Arthur,

Regarding your issue with IE9, Qlik Sense does support only Internet Explorer 10+,as mentioned here: http://help.qlik.com/sense/2.0/en-us/developer/#Introduction/supported-browsers.htm?Highlight=intern... explorer

mwegmann‌: can you post your code, so we can have a deeper look?

regards,

aiham

ErikWetterberg

Hi Michael,

Take a look at qlik.resize(). You might need to call it in your mashup, specially if you do something more advanced, like resize the elements your Qlik objects are in or hide and show them.



Erik


Please mark the appropriate replies as correct or helpful so our team and other members know that your question has been answered to your satisfaction.

simon_minifie
Partner - Creator III
Partner - Creator III

Hi Michael,

I understand this post is from 3 years ago, but am having the same issue.

Do you recall how you resolved it?

Many thanks,

Simon

dannyy81
Contributor III
Contributor III

for me i fixed the issue by reducing transition time

$('.barChart').toggle(250);

instead of

$('.barChart').toggle(950);

dipankarm
Contributor
Contributor

I still have this issue. Any new solution found on this?

ajaykakkar93
Specialist III
Specialist III

This is the correct way to do it

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting

ajaykakkar93
Specialist III
Specialist III

It will quickly refresh your page object n call for a new one..

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting

Junru
Contributor II
Contributor II

Hallo, 

In my Mashup I faced the same problem. A table I inserted in my help info page does not load unless I resize the browser window. I tried qlik.resize(), inserted that in the click function of the help info icon (button for switching to help info page) and it worked like magic. It is because that when the user switches between tabs,  it needs to call the resize method, to make sure that the visualization displayed is updated.

Hope this can help someone,

Junru