Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi.
When using an app, right-clicking and accessing the context menu lists an option to 'Share'. Clicking on that, then Embed shows the Developer code for an iframe. Whilst a great feature for a developer, this really isn't something our non-technical end-users want and have requested that it is hidden from view. Does anyone know how to disable this from the context menu?
Many thanks.
John
I've tried recently by messing around with the css for the relevant menu item. And I don't think it can be done with only css at the moment. CSS doesn't have a parent selector and that prevented me from selecting the correct menu entry in both tables and in charts.
That probably means you would have to use javascript to find the correct entity in the dom model and then do stuff to it. And if you need to use javascript then you need some way to get that in the browser when the app is accessed. Perhaps a javascript bookmark could do it or a custom made Qlik Sense extension object. Or perhaps hacking the js files of your Qlik Sense installation.
If somebody else knows a sane and easy way to do this I'd like to know as well.