Native View Embedding with Tauri #11918
velocitysystems
started this conversation in
General
Replies: 2 comments
-
It's kindaaa possible, but so far only on desktop (may require the Think of them as layers more so than elements/views. While multi webview support is planned for mobile, i think we've not thought about some native-ish embedds. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for the helpful resources @FabianLars. |
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
-
Hello! 👋 I’m currently evaluating Tauri to replace React Native for a cross platform iOS, Android and Windows app.
With React Native it is possible to integrate a native view component inside the rendered view e.g. Video player control which is natively implemented on all three platforms. Is this possible in Tauri with Tao? The business case is a highly-customized video player which is written in Swift, Kotlin and C# (UWP).
From my research I understand the answer to this question to be "no". Is that correct? Are there any alternative approaches where native views can be rendered inside a webview with Tao/Wry?
Beta Was this translation helpful? Give feedback.
All reactions