Skip to content

eengoron/electron-quick-start

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

electron-quick-start

This is a demo that shows that when addTabbedWindow is used in fullscreen, it creates a black "spaces" screen on macOS.

When the application is loaded, to reproduce the error:

  1. Press the macOS green fullscreen icon on the top left
  2. Press cmd + T to make a new tab.

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/eengoron/electron-quick-start.git
# Go into the repository
cd electron-quick-start
# Install dependencies
npm install
# Run the app
npm start

License

CC0 1.0 (Public Domain)

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.7%
  • HTML 18.3%