In my app i do have an HTML5 input[text]
when launching the app as :
$ nw app.nw
everything i type in the input field goes straight to the console why ?
then a return isn't seen by the input field ?
however, building a Mac OS X standard app from that, works great.
why such a difference ?