Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have been using Brian Munz's svgReader for years. My employer recently moved to a new Qlik Sense environment with a virtual proxy. The popup no longer works. I thought it might be the app touch screen mode, but that was not it. Anyone else run into this? When I view the page source, 'display: block' does not appear the way it did in the prior environment.
Thanks,
Ron
Figured it out...
svgReader.js file line 23 needed a reference to the virtual proxy name "prod".
$.get(baseUrl + (baseUrl.slice(-1) === "/" ? "" : "") + "/prod/Extensions/svgReader/style.css", function(cssContent) {
// $.get(baseUrl + (baseUrl.slice(-1) === "/" ? "" : "") + "/Extensions/svgReader/style.css", function(cssContent) {