question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

isFullscreen: false option not working

See original GitHub issue

Describe the bug In the config.js addParameters function, if I set isFullscreen: true and open the webpage, it is fullscreen on startup. But if I set isFullscreen: false and open the webpage again, it is still full-screen on startup.

To Reproduce

  1. Set isFullscreen: true, open the webpage,
  2. Close the webpage or stop the server
  3. Set isFullscreen: false, open the webpage

Expected behavior I should see storybook not in full-screen mode

System:

Environment Info:

  System:
    OS: Windows 10
    CPU: (8) x64 Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz
  Binaries:
    Node: 10.15.0 - C:\Program Files\nodejs\node.EXE
    npm: 6.4.1 - C:\Program Files\nodejs\npm.CMD

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:13 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
ghostcommented, Jun 29, 2020

Hi! Can I work on this issue or help someone in this?, this will be my first contribution. Is anybody working on this ?

1reaction
kunal13053commented, Jun 24, 2020

Hello, Is anyone working on this issue? Can I work on this?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Detect fullscreen mode - javascript - Stack Overflow
I do not need to check if the other browsers support this or not. function isFullScreen(){ return window.screenTop == 0 ? true :...
Read more >
App Window return false of isFullscreen when initially created ...
What steps will reproduce the problem? 1. Unzip and load the attached packaged app: fullscreen_bug 2. Launch the app. 3. Inspect background page....
Read more >
Document.fullscreen - Web APIs - MDN Web Docs - Mozilla
This simple function reports whether or not fullscreen mode is currently active, using the obsolete fullscreen property.
Read more >
Turn off Full Screen Reading view - Microsoft Support
The document is now in Print Layout view. Screenshot shows the Document Views group with the Print Layout option selected. Other options available...
Read more >
How to implement fullscreen mode in Angular? | by Vikas Kohli
//not in full screen this.isFullScreen = false; } }}. So we detect the fullscreen change event and by using document.fullscreenElement property we invert ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found