question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

nw.js 0.22 - nothing rendered using specific chromium-args

See original GitHub issue

With latest version of 0.22 nwjs-sdk-v0.22.0-osx-x64.zip app does not show nothing - just gray window. Same thing with dev tools. Simple package.json

{
    "name": "foo",
    "main": "http://google.com",
    "node-remote": "<all_urls>",
    "chromium-args": "--disable-web-security --disable-gpu --force-cpu-draw"
}

Result looks like this Screenshot

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
jtg-ggcommented, Apr 28, 2017

@rogerwang I’ve made a pull request (https://github.com/nwjs/chromium.src/pull/80) for the fix

0reactions
rogerwangcommented, May 1, 2017

This is fixed in git and will be available in the next nightly build.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Command Line Options - NW.js Documentation
When a user uses your app to open a file under command line, like your-app ... These options can be put into chromium-args...
Read more >
NW.js Page
Chromium Command Line Switches HERE used with chrome-arguments in package.json ... NW.js : Uses Node.js and Chrome browser with Blink rendering engine
Read more >
Shadow CLJS User's Guide
Embedding in the JS Ecosystem — The :npm-module Target ... node-repl and browser-repl work without any specific build configuration.
Read more >
WWW::Mechanize::Chrome - automate the Chrome browser
Fetching and rendering of web pages is delegated to the Chrome (or Chromium) browser by ... Page content can be created or modified...
Read more >
homebrew-core - Homebrew Formulae
a2ps 4.14 Any‑to‑PostScript filter aacgain 1.8 AAC‑supporting version of mp3gain aalib 1.4rc5 Portable ASCII art graphics library aamath 0.3 Renders mathematical expressions as ASCII art
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found