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
i have the 0.50.4 version of NW.JS Arm build on my raspberry pi.
the problem is when i redirect to a html game ( url ) that requires web assembely or webGL... it just errors ; Webgl is not supported update your browser;
but when i run the game from package.nw it work fine without error...
You have a HTML game deployed on a website. You also have the source code with you. When you run the game as a website in NW.js, it gives a WebGL is not supported error. When you place the game's source inside the package.nw and run in with NW.js, it works fine. Is this correct?
i have the 0.50.4 version of NW.JS Arm build on my raspberry pi.
the problem is when i redirect to a html game ( url ) that requires web assembely or webGL... it just errors ; Webgl is not supported update your browser;
but when i run the game from package.nw it work fine without error...
"chromium-args": "--enable-webgl --enable-webgl2 --enable-webgl2-compute-context --ignore-gpu-blacklist --enable-experimental-canvas-features --disable-plugins --disable-internal-flash --disable-popup-blocking --enable-gamepad --enable-html5-camera --allow-file-access-from-files"
Device : Raspberry PI 5 4gB ram -- Raspbian Lite 32bit -- xfce
The text was updated successfully, but these errors were encountered: