Fabian-Lars

Results 1354 comments of Fabian-Lars

No, I didn't even look into it, but this sounds like something that's either socketio s fault or wkwebview s fault. We generally don't have any control over the network...

hmm, this would require non-trivial changes because currently the plugin drops the http client after each request to best create a `fetch()`-like API on top of reqwest's client API. Can't...

It's a bit weird tbh. First of all, it's correct on a lower level. Only Window has a limitation we can't get around. _But_ something seems to be a bit...

> I found a year old discussion on Discord regarding similar functionality but for iOS. I commented on it suggesting we could combine our efforts to support both but haven't...

thanks for the link and thanks for the PR! there may be some overlap with https://github.com/tauri-apps/plugins-workspace/pull/2900 here that may need a bit more thinking. The linked thread is also very...

So i assume by "following the prereqs" included this android part right? https://tauri.app/start/prerequisites/#android If so, can you share the output of `ls $ANDROID_HOME/ndk` ?

> I'm not sure if this is expected behavior, but entering these commands into my terminal doesn't seem to stick when I set these variables in the project folder via...

> Im using Windows 11 to build these (even tho the output says 10.0.22) versions starting with 10.0.2xxx are windows 11, and everything below is windows 10 (as long as...

It's not really a bug on our side at least. The Windows apis are honestly just garbage. There's one thing left I wanted to try but both the winit and...