Skip to main content
Dmitriy K.
Known Participant
July 26, 2020
Question

Hide toolbar with code

  • July 26, 2020
  • 0 replies
  • 275 views

How to enter any of the modes using a code.

Read Mode - Ctrl+H or Shift+F4(hide vertical tools panel)

I've tried these options, but this is not what I wanted.

app.toolbar = false;
app.menubar = false;

full screen mode is also not suitable for my purposes

app.fs.isFullScreen = true;

 

This topic has been closed for replies.