David Konsumer

Results 457 comments of David Konsumer

I tried wrapping it with an iframe, so I can have more control of the window, but it seems like google doesn't want that, and blocks loading. As it is,...

Same problem with `npx -y @neutralinojs/neu run --mode chrome`. I can login, but if I close the window I have to login again. You can see the code [here](https://github.com/konsumer/gvoicetray) ![Screenshot...

I was thinking it might be that I am creating a new window on every "show" request, so I tried this: ```js Neutralino.window.create('https://voice.google.com/u/0/messages', { icon: '/resources/icons/appIcon.png', enableInspector: false, width: 300,...

If I manage it like this, after first close it will not let me show again: ```js let windowMain function onWindowClose () { windowMain.hide() } Neutralino.events.on('windowClose', onWindowClose) function showVoice ()...

> I don't think using cookies is appropriate for this task, because the data always needs to be stored somewhere. I believe using an embedded database like SQLite would be...

> Oh gosh, yes please, with anything like React it seems they change stuff every 6 months Yes, agreed. I think the API has stabilized a bit, and now it's...

Nah, I think without schema it's maybe about the same, it just offers another thing to customize if users what that. One area might just be that I am keeping...