-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Support Multiple Windows #1480
Copy link
Copy link
Closed
Labels
EnhancementNew feature or requestNew feature or requestTODOThe issue is ready to be developedThe issue is ready to be developedv3
Description
Is your feature request related to a problem? Please describe.
We'd like to support multiple windows and improve the current window APIs to support it.
Describe the solution you'd like
A window-centric API eg:
app := wails.CreateApp(appOptions)
mainWindow := app.CreateWindow(windowOptions)
childWindow := mainWindow.CreateWindow(windowOptions)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
EnhancementNew feature or requestNew feature or requestTODOThe issue is ready to be developedThe issue is ready to be developedv3