I've been playing around with a NodeWebkit application I'm building and I'd like to know if there's any way of making the app run on top of everything.
I know you can set always on top to true within the package.json
file (or call the method on the window object) but the application doesn't go above fullscreen applications such as games.
Since what I'm building is supposed to be a game overlay (think: Steam overlay, UPlay overlay) I desperately need this functionality, is it possible? Is it possible with NodeWebkit?