I'm working on a web app that needs the window.print functionality.
I'm on OSX 10.7.5 at the moment and have used node-webkit 0.6.0 and 0.6.3. Both give errors.
When I run window.print(), it opens the print dialog. But when I press "Print" nothing happens. I've even tried saving it as a PDF or opening it directly in Preview. But it's not working. The dialog just closes and nothing happens.
What could be the problem here?
When running the same site without node-webkit, the print functionality works, so it's not a code issue.