Fabian-Lars
Fabian-Lars
> Is there a way to dynamically change the theme of the window through JavaScript? Currently only when creating the window like ```ts const webview = new WebviewWindow('uniqueLabel', { url:...
> Is it plausible? As long as all or some of the platforms support changing the theme at runtime, yes! But i think this needs changes in Tao, so i'm...
/upstream tauri-apps/tao
I can't answer your question. But one thing to that part: > So, I am not so sure too where to fix this. Perhaps, a PR is required on the...
~~Please include the _full_ output of `tauri info`~~ Thanks
Sounds like https://github.com/tauri-apps/wry/issues/536 is back 🤔
Is it just the Windows/Linux user in me or is this something that should be off by default (or always)?
> It doesn't seem correct for the path to WebKitNetworkProcess to start with "././/". That's indeed correct. The xplorer issue you linked was related to a bug that's been fixed...
As far as i know `attohttpc` (the http client our fetch implementation uses by default) has a default timeout of 30 seconds. You could try changing the request timeout to...
Can you try the reqwest client then to check if it's not related to [attohttpc#118](https://togithub.com/sbstp/attohttpc/issues/118#issuecomment-1120271936). You can switch the client by adding the `"reqwest-client"` feature flag to the tauri dependency...