Adam Weeden

Results 97 comments of Adam Weeden

Not at the moment, but we'd certainly welcome a PR for a new cli flag to support this.

The problem with microphone access is twofold (at least on Mac): 1) The page you are accessing uses an API that would require access to the microphone (in the annyang...

I'm not super familiar with notarization, but I wonder if using the electron-notarize package could help you: https://github.com/electron/electron-notarize

We do not currently support this at this time, but PRs are always welcome if you feel like you want to add this. It would likely leverage these two electron...

Unfortunately, there is no "single window" mode in Nativefier right now.

I believe we saw a similar issue here: https://github.com/nativefier/nativefier/issues/1193 The workaround there was to use a different user agent. Try rebuilding the app with `--user-agent edge` as this seems to...

If this continues, we can dig deeper, but really boils down to something along the lines of what we fixed in https://github.com/nativefier/nativefier/issues/1197. Namely in these instances, Gmail is not trying...

Unfortunately, for a number of reasons, that extension won't work in Electron. Mostly because of this function: `chrome.desktopCapture.chooseDesktopMedia` This is the point where it opens a dialog for you to...

@RickStanley any way you'd want to get a PR going for this so we can integrate it into our base code? This is great work!

> Well I can, but I'm not sure where I should start 😅, there are some cases to cover: Well as you move forward, I'd recommend forking this repository to...