electron-window
electron-window copied to clipboard
Convenience methods for Electron windows.
Hey jprichardson, I've been utilizing your package on an app that I've been developing, though I've run into an issue when trying to add a dialog that prompts the user...
Hi, I've just seen that there's a `window.show()` that is called in the `showURL` method. My electron windows focus 3 times - once at open, once dom content start load,...
This PR simply adds the option to NOT show the window by default. I've seen this [issue](https://github.com/jprichardson/electron-window/issues/20), but I really don't think it's a viable workaround, a) Given the complexity...
I think there should be an option to disable the automatic `.show()` on a browser window. Use cases: - We want the app to start in the tray and then...
Hi, I ran into an issue where a filepath with a file-protocol was invalid after `args.urlWithArgs` was called. Input: `args.urlWithArgs('file:///tmp/index.html', {doThat: 'ok'})` *Before:* `file:///Users/kloener/github/electron-window/file:/tmp/index.html#%7B%22doThat%22%3A%22ok%22%7D` *After:* `file:///tmp/index.html#%7B%22doThat%22%3A%22ok%22%7D` I simply added a...
With this change we're adding support for file urls with querystring
Could you make a LICENSE file based on the information in package.json? Thanks in advance.