What would be different here to the way that Goofy does it? Goofy handles notifications through it's wrapper and sends them over to the notification center, thus being native notifications. The rest is all a webview, for both of these projects.
Mouse doesn't seem to work correctly on win64, left click just selects the window and right click gives standard minimize/maximize/close options. Also there's two scroll bars on the right hand side, where there should be zero.
I was able to tab down to the login form and enter credentials, but just got served with the "Please try again later" page, same as I'm getting in the browser at the moment.
I implemented all of this building a whatsapp desktop version of whatsapp web (also with nw.js) and it is working fine... It's really simple to do. Slack is also a nw.js app if you haven't noticed, so it is the proof that you can get a near-native behavior... =)
I haven't uploaded the repo cos I fear backlash from facebook even if it is just a wrapper... Remember that the guy that built WhatsAPI/yowsup has been banned from fb and whatsapp...
I've noticed Firefox (maybe just developer edition) asks for permission to provide notifications on some sites (specifically Udacity). I have been meaning to see what those are, but I assumed it was native-ish notifications. So maybe that would be possible to implement in a web app, I dunno.
To the mac guys in here, I thought that Fluid[0] was used a lot on the OSX world for creating chromeless apps for websites. Isn't that the case anymore?
Fluidapp browser engine is old and doesn't support things like WebRTC, Web Workers, or modern HTML5 specs. NW.js is based on Chromium so it is basically riding the state-of-the-art wave... you can even pass chrome-flags during compilation for building experimental features.. It's much more powerful...
I'm halfway of building a nw.js FOSS version of fluidapp that acts as wrapper for modern webapps. =)