Avaray
Avaray
> @shalithasuranga How can I revert back to an older version of NeutralinoJS, to find out when this issue came up? In `neutralino.config.json` file set versions ``` cli.binaryVersion: X.X.X cli.clientVersion:...
> Thanks! This downloads the binaries, but the CLI needs to be downgraded too. Any hints? It depends on what you use. With [Bun.sh](https://bun.sh/) you can do something like: `bunx...
It also happens if you start your app in non-maximized window and then programmatically maximize it with `window.maximize()`. My config for window mode: ```json "center": true, "enableInspector": true, "exitProcessOnClose": false,...
> @Avaray How many displays you have? Two, but it happens also when second is turned off and happens on laptop with single display.
1. Create an invisible, off-screen input element that serves as a "focus bridge" 2. Track which element the user was actually focused on before losing window focus 3. When the...