isFullscreen: false option not working
See original GitHub issueDescribe 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
- Set
isFullscreen: true
, open the webpage, - Close the webpage or stop the server
- 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:
- Created 4 years ago
- Comments:13 (4 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi! Can I work on this issue or help someone in this?, this will be my first contribution. Is anybody working on this ?
Hello, Is anyone working on this issue? Can I work on this?