You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently upstream Chrome browser doesn't support '--in-process-gpu'. And switching to fullscreen by pressing alt-enter is done by Direct3D. It conflicts with the 'in-process-gpu' code path in Chrome somehow.
We'll see to disable Alt-Enter with '--in-process-gpu' to prevent the crash at least.
NW.js 0.13.3, Windows 10 64-bit
Using the
--in-process-gpu
Chromium arg causes NW.js to crash if the user pressesALT+ENTER
.Easily reproducible with a very simple
index.html
and adding the following topackage.json
:Without the using the Chromium arg, NW.js doesn't even appear to respond to the
ALT+ENTER
shortcut.The text was updated successfully, but these errors were encountered: