Egil Möller
Egil Möller
So maybe that's not the real error, and it kinda works anyway, and then something else breaks?
I have bugfixed run in docker! Pull the newest version, make sure to delete any old docker image and container and try run it!
Hm, I think this is a good report. And I have known for a while that the way I do event handling in the renderer needs some work. Specifically I...
ping @alexkh https://github.com/redhog/InfiniteGlass/invitations
I think it might zoom to the center of the screen actually. That's stupid...
It would be advantageous to have one where the DOM is accessible via the API, and DOM and CSS can also be changed via the API (and the image rerendered)....
How much RAM does CEF eat though? It is a bit scary to put too heave stuff in the renderer, esp. as it is a single process...
I think my main issue is that this has to live in the renderer. I rather do more complex stuff in separate processes, that are written in python (or other...
I'd say give it a try! Worst thing that can happen is you spend some time to wrap it, and then it turns out not to work very well...
You should be able to switch focus to the new window using CTRL+WIN+ALT+ARROWKEY, but I guess that's a bit clumsy. New windows should perheaps steal focus?