- Electron Version (output of
node_modules/.bin/electron --version):
- Operating System (Platform and Version):
- Last known working Electron version (if applicable):
Expected Behavior
From docs, Ready event is 'Emitted when Electron has finished initializing'
Actual behavior
When ready event is fired. Electron is not really ready has transparency does not work.
We should add delay to make app working :
app.on('ready', () => setTimeout(onAppReady, 400));
Ready event should be fixed.
Or another event should be fired when transparency is ready (prefered solution)
To Reproduce
Play with this repo and change the delay.
Screenshots
_
Additional Information
You can check this related issue