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

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

c# - Unity IoC Lifetime per HttpRequest for UserStore -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -