gusxodnjs

Results 11 issues of gusxodnjs

### Describe the bug I have received a URL from the user and am showing this page in webview. When an invalid url is entered as follows, webview is showing...

type: bug
status: needs triage

### Describe the bug I'm already changing the title bar style to `overlay` when creating webview window with [title_bar_style](https://docs.rs/tauri/2.0.0-beta.18/x86_64-apple-darwin/tauri/webview/struct.WebviewWindowBuilder.html#method.title_bar_style). I would like to change the title bar style of webview...

type: bug
platform: macOS
status: needs triage

Is it possible to support pressing the control and pressing c continuously? `ctrl + c + c`

question
plugin: global-shortcut

### Describe the problem The front end of my app is an external domain and contains a lot of code that opens a new window with `window.open`, but it doesn't...

type: feature request

### 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 false, but the icon is not exposed when it is...

type: bug
status: needs triage

### Describe the problem In v1, I made a child webview as below. ```rust #[cfg(target_os = "macos")] let _ = child_window.parent_window(main_window.ns_window().unwrap()); #[cfg(windows)] let _ = child_window.owner_window(main_window.hwnd().unwrap()); ``` In v2, I...

type: question

When I try to screen capture in macos, I get a pop-up if I don't have permission. I want to replace this pop-up with my custom pop-up. Is there a...

### Describe the bug After operating the window in full screen mode, hide the window, and run app.prevent_close(), a black screen appears to exit the window. https://github.com/user-attachments/assets/f18099e2-c735-483d-aeb5-f871e8e73c1b ### Reproduction https://github.com/gusxodnjs/tauri-issues/tree/bug/background...

type: bug
platform: macOS
status: needs triage

Hello, I've been using this library on tauri. Recently, I receive sentry error log like below. (this error is occured on customer user system. so, i can't debug this more)...

Hello. I am using the latest version of Tauri to build the app and operate the service. Thank you. I am using Sentry to collect panic logs. However, it is...

type: documentation
type: question