[V2] How to close a WebviewWindow in Android #11024
-
Question:I have a Tauri app for Android, and I'm currently using the I tried, and it works fine on Windows dev. How can I fix this bug? Info:tauri: 2.0.0-rc.14 I can give more info if needed. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Is it because it's not available on Android? |
Beta Was this translation helpful? Give feedback.
yep. mobile is currently restricted to one webview/window. Things like splashscreens must be handled in your frontend for now (or in the raw android project).