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: 
Not applicable

Delete options "Full Screen" and "Take Snapshot".

Hi guys!

i am looking how can i delete toogles Full Screen, Take Snapshot, Exploration Menu and other options than appears when you are navigating in a sheet.

foro.png

I think its more esthetic if dont appears.

Thanks in advance!

34 Replies
kavita25
Partner - Specialist
Partner - Specialist

Hi,

I tried these options..but I am unable to remove the full screen options.

Qlik Sense Version is 3.2 SR4.

Kindly help me with this...

Regards,

Kavita

Brice-SACCUCCI
Employee
Employee

Hi,

these options are very useful for the end user, who could have a different screen size/form factor than yours. Why do you want to remove them?

Thanks,

Brice

kavita25
Partner - Specialist
Partner - Specialist

I want this..as it is difficult to select the corner value..as a filter..

Brice-SACCUCCI
Employee
Employee

Hi,

could you post a screenshot? Maybe it would be easier if you gave more vertical space to your chart?

Regards,

Brice

Anonymous
Not applicable
Author

Have you added css file to your extension,you can do that by adding it to the define on the top of the script.Add this to the define ,and also create this myStyle.css and add it to the same folder with the script 'text!./css/myStyle.css',
Inside this add this line of code

.qv-object-hereYouPutTheNameOfYourExtension .qv-object-nav.inline{

  display: none;

}

hereYouPutTheNameOfYourExtension is the name of your extension. If the name of your extension is chart01 than you would put this in myStyle.css

.qv-object-chart01 .qv-object-nav.inline{

  display: none;

}

Hope this helps.

kavita25
Partner - Specialist
Partner - Specialist

I dont know with the given code...it wasnt working on my Qliksense Server after editing in .CSS file.

But the extension worked on Desktop version and I import the same into my Sense Server and it worked..

Such a weird behaviour...

Anyways, Thank You.

Anonymous
Not applicable
Author

Hi Maddox,

Could you provide more details about how to remove "snapshot"? Like where or how do i find the code for "canTakesnapsho"?  Thanks!

Rob_Jr
Contributor II
Contributor II

Turning "Touch Screen Mode" ON can resolve this issue if you don't want to change any code.

jwang2016
Partner - Contributor III
Partner - Contributor III

This option only works when the Show Titles is turned off in the General tab of the object, as long as you add a title to the object, the fullscreen icon comes back when the mouse hovers over on the object.

Vigneshkumar
Contributor
Contributor

Hi ,

I could not able to find solution for this fix. could anyone help me on this?

Code 1: .qv-object-com-qliktech-horizlist  .qv-object-nav.inline{ display: none;}

Code2: .qv-object-nav.inline{ display: none;}

If I apply Code1 not working , Code 2 is working but it applies for all the objects but i need to hide full screen for particular objects

Note: I am using Sep19 release Qliksense desktop.