Open
Description
Thanks for reporting an issue! Spend 60 seconds reading this...
- Before reporting, try reproducing against the latest version of NWJS.
- Issue tracker is only for bugs and feature requests, in English only.
Anything else? Use our mailing list for questions:
https://groups.google.com/forum/#!forum/nwjs-general
======== TEMPLATE BUG FORM ========
NWJS Version : 43.0
Operating System : Ubuntu
Expected behavior
Close window and open a new window
Actual behavior
Doesn't close window and open a new one
How to reproduce
private project, unable to reproduce it outside the project yet, gonna update this issue as possible
Actually, if you use this package.json it will reproduce
without the node-remote it will only close the app (tested at 43.3)
{
"name": "test",
"main": "https://www.google.com.br",
"node-remote": "<all_urls>"
}
Activity