Created
November 14, 2018 11:00
-
-
Save ahkohd/40a600f83198da9b31d991e1a907e652 to your computer and use it in GitHub Desktop.
Work Around For Electron.JS Frameless window White Bar Bug After Maximize Cycle index.html (example) https://medium.com/@victoraremu/fix-electron-js-frameless-window-white-bar-bug-after-maximize-cycle-fc1c59f4758c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- ... --> | |
<button id="btn-max">Maximize</button> | |
<button id="btn-res">Unmaximize/Restore</button> | |
<!-- ... --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment