-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
[bug] webview sock5 proxy_url not activate on windows 11 #10037
Comments
This one is rather curious, I did some digging and here are some characteristics I've found so far:
|
https://github.com/tauri-apps/wry/pull/1006/files#diff-7134ef3789fee9def2afb1d6196ed5eff5f37b7bbad5eceaa5d85cbf3e3513de
Yeah , I have reviewed wry's code and added socks5 and HTTP proxies for **webview2**
I can use new Windows into new Webview separately without using WebviewWindow. It works and not crashing, but the proxy is still invalid |
@dklassic When I tried to create a webview using Cloud you help me check the code issue? Thanks |
this is my code, it works on mac, but stuck on Windows, showing a white screen. tauri version is 2.0.0.rc-11 with macos-proxy enabled. #[tauri::command] |
I would like to inquire whether the bug related to the use of SOCKS5 proxies in Tauri has been resolved. |
Describe the bug
The following seems to be compatibility issues, which have been verified by macos 14 and are effective
1.
webview sock5 proxy_url not activate on windows 11, but macos 14 is activated.
Is it still not supported, or is there a special configuration for the windows plm.
new WebviewWindow will crash in Windows system, But the console has no errors,
tauri://created Triggered
tauri://error Not triggered
Is it because the window API still doesn't support on wins plm?
Reproduction
No response
Expected behavior
Confirm support and plan
Full
tauri info
outputStack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: