-
Hi!
The official Hoppscotch build the tauri as https://tauri.localhost. In your example it is build as http://tauri.localhost. How do we configure the tauri app so that https is being serve? As we …
-
It would be nice to get this building and running in nixos.
My attempt so far almost builds, but I end up with an error which I have no idea how to interpret.
```
Compiling venator-app v0.2.1 (…
-
### Describe the bug
An error occurred screen appears when losing on time, human or engine
### Reproduction
1. On Board tab, click play chess
2. Start a game with time settings set on time
3. Wai…
-
The `libwebkit2gtk-4.0-37` library which tauri depends on is not available in the default apt package repositories on ubuntu 24. There is only `libwebkit2gtk-4.1`. Client installation is still possibl…
-
**Is your feature request related to a problem?**
Installing DevPod on other Linux distributions comes with challenges dealing with AppImage dependencies. It would be nice to have packages provide…
-
writeTextFile does not work with iOS. The code completes without any errors, but the iOS simulator and actual device show an empty file.
```
save().then(filePath => {
console.log(filePath)…
-
### Describe the bug
I have a APP with a Main WebViewWindow and a Backend WebViewWindow (hidden).
When ever I send a emit_to from or to the Backend the Main WebViewWindow will unresponsive.
![S…
-
Hello, thank you for your work.
I tested your 2.0 and during the build the problem is identical to 1.0.
Indeed the layout in dev mode works but during the build-desktop the layout at the App.tsx l…
-
https://v2.tauri.app/plugin/dialog/
-
### Describe the bug
On `Android` devices, the `app.path().resource_dir().unwrap()` obtained by `rust` is `asset://localhost`, while on `MacOS` it is the normal path.
### Reproduction
Running…