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: 
thomas_simaels
Contributor
Contributor

Mashup Qlik-visual web components (safari)

Hi everybody,

I have an issue with the qlik visual web component and can't find any further information on help.qlik.com or here.

In my mashup are several qlik-visuals.

They are visible in Chrome but not in Safari, so I imported webcomponents-lite.js as my first script together with qlik-styles.css.

I also added the other webcomponents files to try but they still weren't visible in Safari.

Do I need to do something else?

I downloaded the webcomponents-lite.js file at https://github.com/webcomponents/webcomponentsjs

script.PNG

script 2.PNG

1 Solution

Accepted Solutions
Anonymous
Not applicable

You should only need to import webcomponents-lite.min.js. I have no trouble making it work, you could test importing via cdn and see if the visualizations render.

<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/0.7.24/webcomponents-lite.min.js"></script>

View solution in original post

2 Replies
Anonymous
Not applicable

You should only need to import webcomponents-lite.min.js. I have no trouble making it work, you could test importing via cdn and see if the visualizations render.

<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/0.7.24/webcomponents-lite.min.js"></script>

thomas_simaels
Contributor
Contributor
Author

Thank you very much, it works now.

I still don't know why the import of the webcomponents-lite.min.js didn't work, but with cdn it does.

Thank you!