nw.js Questions
8
Solved
I want my Electron.js application to live on system tray and whenever the user wants to do something they can restore from the system tray do something and minimize/close it back to system tray. Ho...
Raybin asked 15/6, 2016 at 7:27
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
3
I have to develop an app with Windows, MacOS and Chrome OS support – at the very least. Chrome OS is an important requirement because this app is intended to be used in schools – where Chromebooks ...
Mistress asked 28/8, 2017 at 19:26
1
Here is a jsfiddle with my CSS loading animation working properly.
However, when I use the same code in my node-webkit app, the SVG path and colors are static and show no animation.
After a bit o...
Valoniah asked 21/7, 2015 at 14:36
2
Solved
I want to sign my app to get rid of app blocking with according to security. I followed to the official NW.js documentation Mac-App-Store-(MAS)-Submission-Guideline Generated certificates, packaged...
Gerent asked 1/5, 2017 at 14:35
1
The following code can use the F11 hot key, so that the browser window full screen, how to achieve the second press the F11 hot key, restore the original window size?
<!DOCTYPE html>
&l...
Shirtmaker asked 10/12, 2017 at 23:30
2
Solved
I have the main menu as it runs by default on every electron app. I want to change the content of it and add what it want to it. So, I tried to follow this documentation http://electron.atom.io/doc...
Insomuch asked 4/1, 2016 at 19:14
1
In a Node-Webkit application running on the latest stable release (v0.18.8), I have these three lines:
console.log("Check 1");
var spawn = require('child_process').spawn;
console.log("Check 2");
...
Hermann asked 25/11, 2016 at 19:58
1
Solved
I want to create a tray menu app with custom buttons, sliders, maybe some nice transition effect, a header and footer like this:
The application needs to work on Linux, Windows and Mac.
I guess...
Demerit asked 8/11, 2016 at 10:56
2
Solved
As docs are saying
The symbol files (.sym) can be extracted from the downloaded
packages.
As far as I understand from one of this http://nwjs.io/downloads/ or from one provided by the nw-buil...
Ibo asked 6/10, 2016 at 16:42
3
Solved
In my nwjs app, I load a _launch.js file from an HTML file:
<html>
<body>
<script type="text/javascript" src="_launch.js"></script>
</body>
</html>
And in my ...
Uxmal asked 7/4, 2015 at 16:48
3
Solved
I am reading the instructions for how to package a NW.js app and the wording is a confusing mess and makes no sense. I highlighted the contradictory word-salad parts.
Create a zip file (this is ...
Gyronny asked 6/6, 2016 at 2:20
3
I know nw.js is generally meant to load html on the client, but can it also point to a website and show that? When I set the "main" value in package.json to something like google.com it doesn't wor...
Clothe asked 29/1, 2016 at 15:48
4
Solved
When executed in Node context (node-main),
setTimeout(function () {
console.log(nw);
}, 20);
throws
nw is not defined
because WebKit context is not ready (right from the start window is un...
Craft asked 23/4, 2016 at 22:6
1
I know that it is possible to create a tray icon for a node-webkit application like so:
var tray = new gui.Tray({ title: 'Tray', icon: 'img/icon.png' });
but on Ubuntu the title won't be display...
Malapropos asked 2/3, 2016 at 18:25
2
I'm using nw.js for html/css/js desktop app and cannot completely remove mouse cursor in full screen mode.
I've removed it by setting css properties cursor: none, margin: 0, padding: 0 on the bo...
Jeddy asked 11/1, 2016 at 8:48
2
I'm writing desktop application with NW.JS (node-webkit). In my application user may open many windows and I would like to hide them from program switcher (alt+tab) and from taskbar. I already foun...
Lexington asked 25/9, 2015 at 9:43
1
I am building a NW.js (Node-Webkit) dashboard app which I want to be able to control with a game controller (for example: XBox 360 controller or Logitech controller).
I'm calling the following on...
Christoffer asked 22/5, 2015 at 6:17
1
Solved
I'd like to create a same sort of tray menu like this application. Because it is on the list of applications that use node-webkit/nw.js, I think it's possible. I have looked through all the documen...
Girhiny asked 27/2, 2015 at 15:22
1
Is there any way to have console-only, GUIless, windowless application with nw.js?
We have some internal utility originally made with App.js and recently converted to nw.js (formerly node-webkit)....
Muna asked 3/2, 2015 at 10:25
1
Solved
Is there any simple way to align window of Node-Webkit application?
As far as I can see in documentation there is such metod as Window.moveTo(), as well as property "position", which nevertheless ...
Khachaturian asked 16/3, 2014 at 14:36
1
© 2022 - 2024 — McMap. All rights reserved.