-
### Describe the bug
My end-to-end tests on GitHub CI started breaking today:
```
[0-0] 2024-02-09T02:56:58.452Z ERROR webdriver: Request failed with status 500 due to session not created: Failed…
-
### Describe the bug
[set_visible](https://docs.rs/tauri/2.0.0-beta.22/tauri/tray/struct.TrayIcon.html#method.set_visible) method does not seem to work on tauri v2.
It works well when visible is f…
-
### Describe the bug
Running appWindow.hide() doesn't un-focus the window. The default behaviour of cmd+h doesn't have this issue but using .hide() does.
I've tried using setFocus but that only br…
imNel updated
2 months ago
-
portal.RemoteDesktop interface is not implemented, so we are lacking the ability to work with remote controlling Apps, like rust-desk.
Is there a plane to implement?
lessu updated
2 months ago
-
### Describe the bug
The `visualViewport` height in Tauri does not adjust correctly when the keyboard is shown or hidden, which affects the layout of websites. This issue is significant because many …
-
### Describe the bug
Similar to https://github.com/tauri-apps/tauri/issues/6915.
`` does not filter for the right type of files on macOS 14.3
### Reproduction
Just a react app with `` sho…
-
### Describe the bug
```
export const openFunProxy = async () => {
let proxyWindow = await WebviewWindow.getByLabel('fun-proxy');
if (proxyWindow) {
const isMinimize = await proxyWindow?.…
-
### Describe the bug
Not sure to classify this as a bug, I know that you are working hard on getting V2 ready.
I've been looking at adding binary files to my IOS app, but traced the error down to…
-
### Describe the bug
When reading larger files (140MB+) the code never gets past reading them. Tauri tries to eat all of my memory and then freezes/crashes.
I am on windows and my system has 16GB …
-
My code
```
const types: ActionType[] = [{ actions: [], id: 'chat-message' }];
await registerActionTypes(types);
```
Permissions:
```
"notification:default",
"notification:allow-regist…