Skip to content

Instantly share code, notes, and snippets.

@daltonmenezes
Last active April 29, 2017 12:42
Show Gist options
  • Save daltonmenezes/25a7e2ac95370df30e2c2c0aaa78b01f to your computer and use it in GitHub Desktop.
Save daltonmenezes/25a7e2ac95370df30e2c2c0aaa78b01f to your computer and use it in GitHub Desktop.
Electron trick to fix the webview crash on page navigation in Linux distributions
if (process.platform === 'linux') {
app.disableHardwareAcceleration();
}
@gabrielstuff
Copy link

Hey, this is one hell of a trick but how one would do if you need the hardware acceleration ?
thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment