Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
rontillis
Contributor
Contributor

svgReader Extension: Popup not working

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

Labels (2)
1 Reply
rontillis
Contributor
Contributor
Author

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) {