node.js - Node-webkit app instance does not allow form input -
when running node-webkit app via
nw app
(where app directory package.json file), window created not allow me enter input at all: not in address bar, not in developer console window, , not within input fields in body of document.
i'm running osx 10.9 node 0.10.26 , version 0.9.2 of node-webkit. i've searched internet far , wide, unable find solution (or has had problem, even).
here's package.json:
{ "name": "hello-world", "main": "index.html" }
i had same problem. in case reason created symlink
ln -s /applications/node-webkit.app/contents/macos/node-webkit /usr/bin/nw and started app using
nw . starting app with
/applications/node-webkit.app/contents/macos/node-webkit . solved problem.
Comments
Post a Comment