Hey all,
Currently running into 3 issues that maybe someone here will have an idea about.
First off, I'm currently writing an application that needs to spoof the UA string on sub-windows of the App. Right now, we only seem to have control over this at the Application level. Is there any way around this?
Secondly, is there a way to disable window shadows on Mac OS? This one isn't as major, but kind of annoying, as I want to have child windows that are on top of each other and it looks kind of funny.
Lastly, -webkit-app-region: drag; doesn't seem to work on windows that are set to frame:true. Is this by design? I want the native UI chrome, but I also need other regions to be draggable. So far this has led me to recreate "native" styling on the windows, but that seems less than optimal.
Thanks a ton for any help, and also thanks for your hard work on node-webkit. I've really enjoyed working with it.
-Adam Welling