nwjs Questions
1
This question is pretty short and self explanatory. I'm wondering how I can run my Chrome extension in NW.js.
I know you can run an app in NW.js and I think you can run extensions as well?
I can'...
Carvey asked 5/9, 2016 at 17:42
1
I have NW.JS desktop application which acts like a web browser.
The application is built on 0.45.6 NWJS version.
From last week the desktop stopped saving sessions between restarts, like when user ...
Uncinate asked 18/7, 2021 at 8:3
4
I want to run a process in the background in NodeJS, that wait until the computer not in use for 10 minutes. I mean the user do not touch the keyboard or the mouse.
In other words: I want to liste...
Touch asked 1/8, 2016 at 20:57
2
Solved
I need to run a GUI app on the logon screen on Windows 7 to 10.
I have a nodejs app registered as a service which runs as SYSTEM (the default), using node-windows module. This seems to be a prereq...
Witless asked 28/8, 2018 at 4:45
3
Solved
I'm trying to copy an image from a folder to another using fs-extra module .
var fse = require('fs-extra');
function copyimage() {
fse.copy('mainisp.jpg', './test', function (err) {
if (err)
...
Dissatisfaction asked 26/7, 2016 at 16:42
3
I am facing this issue when i try to sign the nwjs framework
codesign -f -v --deep -s '3rd Party Mac Developer Application: Company Name. (XXXXXXXXX)' --entitlements Child.plist hello.app/Contents...
Bowel asked 19/7, 2017 at 12:51
2
Solved
I did the following in my index.js;
electron.remote.app.on("open-url", function(event, url) {
console.log("Open URL: " + url);
});
This gets triggered in Mac OS, but not in Windows. Is there an...
1
© 2022 - 2024 — McMap. All rights reserved.