-
### Describe the bug
I can drag with mouse, but not touchscreen
### Reproduction
1. npx create-tauri-app, choose react, and typescript
2. in tauri.conf.json, change the tauri.windows:
```
…
-
Feature request: ability to support configuring an app proxy.
I'm writing this assuming that this is a difficult ask, but I realized I'd tried to look this up before, and I just did the research al…
ekes updated
9 months ago
-
### Describe the bug
We are experiencing `Unsafe Precondition Violation`s during development. I could identify the check being triggered while cloning `DispatcherMainThreadContext`. Specifically wh…
-
Trying to convert this project: https://www.npmjs.com/package/@tauri-apps/api?activeTab=code
Gives multiple similar warnings like the following:
> [warn ] 2023-07-17T10:26:30.224126Z ReplaceExport…
-
### Describe the bug
While building Tauri 2.0 app for iOS (`pnpm tauri ios build`), it shows:
```
Usage: node ../../../node_modules/@tauri-apps/cli/tauri.js ios xcode-script --platform --sdk-ro…
-
This way, users can better learn from different versions of tuari's code. Of course, adding an action to automatically update would be the best. Prevent users from updating the version of Tauri. Eithe…
-
My only concern here is that we are not being specific about the string type here, for example:
https://github.com/tauri-apps/tauri-bindgen/blob/main/examples/basic/greet.wit#L2
-
### Describe the bug
After executing `cargo create-tauri-app` and selecting rust/yew, the default content doesn't render inside the application window.
### Reproduction
1. `cargo install create-tau…
-
### Describe the bug
setMinSize will change window position in windows
### Reproduction
in js api,
```ts
import { LogicalSize, getCurrent } from '@tauri-apps/api/window';
const currentWindow = …
-
The app.asar is 202MB on macOS. Are devDependencies bundled in there?
If possible, it might be worth switching to a bundler like Vite.
Another possibility is switching to Tauri (a barebones Taur…