Manage multiple windows with node-webkit and nwPop
- Create and manage multiple popups
- Communicate window to window by function call or js
- Snapshot the window (easy way to do html to canvas)
What properties can I use when defining a new window? :
link
Is it safe to load content from an untrusted source?
Windows have access to the node env! To restrict this, use an iframe to display your content. (Add nwdisable & nwfaketop attributes)
Example - Define popup ("iframe.html","","","tag")
iframe.html - <iframe src="app.html" nwdisable nwfaketop></iframe>
[/code:1rk13kai]
Can I snapshot the main window? :
Try the Argv plugin.
Why is the example download so large? :
There's multiple use cases provided, one of them is exported as well.
* The alert dialog can be removed from the exported project by editing the html of the html5 export.
ACES
Although I've tried to make things as simple as possible this plugin still favors knowledge of html/css/js.
As always bug reports and feature requests are welcome.
Download
Examples