Replies: 2 comments 3 replies
-
You can't reallyyy do that (in a sane way on all platforms).
Did you know about https://tauri.app/v1/api/config/#securityconfig.dangerousremotedomainipcaccess already? It's a config to allow ipc access for external urls. |
Beta Was this translation helpful? Give feedback.
2 replies
-
@imWildCat Did you get this to work ? curious |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Background: I'm thinking about using
wry
as a headless web view renderer for a Tauri app.However, I can open a empty web view like this but cannot do anything more.
It feels like the new window is blocked.
I would also like to use a web view derived from Tauri runtime if possible. But I'm not sure how to get access to wry WebView APIs?
I can create a Tauri window with external URLs.
However, by default, Tauri disable ipc between this external web page and my Rust code.
I hope to have a safe way to communicate between external web and Rust
Beta Was this translation helpful? Give feedback.
All reactions