-
### Describe the bug
On Windows, without any special config, eg: globalshortcut, press ctrl+f in a webview - and native webview search shows up as expected.
On macOS, do the same but with cmd+f inst…
venkr updated
2 months ago
-
In MUSL, __syscall_cp_c() polls for __pthread_self()->cancel not equal to zero, and if true, calls __cancel() to stop the thread. This code is all correct, but when Rust apps make a syscall, either t…
-
My code
```
const types: ActionType[] = [{ actions: [], id: 'chat-message' }];
await registerActionTypes(types);
```
Permissions:
```
"notification:default",
"notification:allow-regist…
-
### Description
```
error[E0282]: type annotations needed for `Box`
--> /Users/tcurdt/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.28/src/format_description/parse/mod.rs:83:9
…
-
### Describe the bug
When initiating a `register_uri_scheme_protocol` request from the web side, if the web aborts the request before or during the response, the macOS APP crashes.
### Reprodu…
-
### Describe the bug
When using a borderless window on Windows 10 with Tauriv2, there's a black line appearing at the top of the window. This line seems to be part of the window's rendering, even tho…
-
### Describe the bug
I have an application that needs to open up files present on the command-line, however the security restrictions seems to prevent that.
I get a `Forbidden path ./path/to/file`…
-
I am on macos, the tauri v1 app crashes as soon as i call startDrag.
```ts
import { startDrag } from "@crabnebula/tauri-plugin-drag";
async onmousedown()
{
const item = thi…
-
### Describe the bug
When trying to to send command to a plugin the requested path will be like `plugin:plugin_name` and windows will reject the request and will log this error:
```Log Name: …
-
### Describe the bug
On Windows and Linux, configuring fileAssociations does not trigger the onOpenUrl method of the deep-link plugin when double-clicking a file.
`tauri.config.json`
```json
…