-
-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the webInspector console, I am unable to copy or paste. #148
Comments
I found that right-clicking to select Copy/Paste works, only the shortcuts are not work. |
@qq253498229 Please tell your OS and version, libwebkit/WebView2 and browser version. |
OS: macOS 13.7 (22H123) I don't know how to check the version of libwebkit/WebView2. Below is the information I got when I tried to access https://www.whatismybrowser.com/detect/what-is-my-user-agent/#google_vignette using Safari. Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Safari/605.1.15 |
I'm wondering if there's an issue with my configuration, because it seems that my WebKit isn't loading properly. There's no menu similar to the one that appears at the top after Tauri starts, and it appears that all the shortcuts, including Command+Q, are not working. my neutralino.config.json:
|
Hmmm, I'm afraid it's Neutralino's or Webview library's bug. There are also issues where regular hotkeys can't be fired on macOS in webviews themselves. |
However, Tauri also uses a WebView, and the shortcuts there work perfectly fine without any problems. |
No, Tauri uses its own framework called WRY. |
Discussed it a bit on Discord and here are the key points:
|
I have set
"enableInspector": true
in theneutralino.config.json
file.However, I found that I cannot use shortcuts like "command+c/v" in the opened webInspector.
I have tested with Tauri, and everything works fine. Both use webInspector.
How can I resolve this issue?
The text was updated successfully, but these errors were encountered: