Replies: 1 comment
-
no
No, at least not with this part "make Tauri to use the web view I have created on my own". |
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.
-
Imagine I have an existing native macOS/Windows app, and I would like to embed Tauri inside it. In other words, make Tauri to use the web view I have created on my own, inside a native app. Let's say I have the app with tab navigation and I want to have Tauri inside one of the tabs.
Is this possible? Is there a way to make it possible without significant architectural changes to Tauri? One theoretical way I was thinking about would be to create for example Swift to Rust bindings, call Tauri from Swift and pass the webview to it. But I don't know if this could work or not.
Beta Was this translation helpful? Give feedback.
All reactions