Replies: 2 comments 4 replies
-
|
Maybe try this? https://v2.tauri.app/security/capabilities/#remote-api-access file urls aren't explicitly supported so no guarantees. |
Beta Was this translation helpful? Give feedback.
4 replies
-
|
Here's the relevant feature request btw #5302 (not about file:// urls specifically but its solution should work for your use case as well i guess) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
WebviewWindowBuilder::new(
app,
"main",
WebviewUrl::External("file:///D:/test/index.html")
)
.title("test")
.center()
.build()?;
the new window cannot communicate with exe by IPC. Any recommend or solution?
Beta Was this translation helpful? Give feedback.
All reactions