Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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>
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>
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!