Skip to content

Commit 093e2b4

Browse files
feat(mobile): multi-window support (#14484)
Co-authored-by: FabianLars <30730186+FabianLars@users.noreply.github.com>
1 parent f0381b4 commit 093e2b4

34 files changed

Lines changed: 2055 additions & 1085 deletions

File tree

.changes/multi-window-mobile.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"tauri": minor:feat
3+
"tauri-runtime-wry": minor:feat
4+
"tauri-runtime": minor:feat
5+
"tauri-utils": minor:feat
6+
---
7+
8+
Support creating multiple windows on Android (activity embedding) and iOS (scenes).

.changes/tauri-dbus.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
tauri: minor:feat
3+
---
4+
5+
Added `dbus` feature flag (enabled by default) which is required for theme detection on Linux.

0 commit comments

Comments
 (0)