-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
It seems like a fair amount of people want to be able to create browser-like apps in tauri, with multiple webviews.
Describe the solution you'd like
An API for managing multiple webviews in a window, letting you specify position and size, and a way to show/hide different webviews.
Describe alternatives you've considered
In #2709, people wanted something equivalent to Electron's <webview>
. As @wusyong said, native webviews just don't have that element, so a <webview>
element doesn't seem possible. There are alternatives like <iframe>
and apparently shadow DOM, but they supposedly don't support most sites and/or are not isolated.
xuchaoqian, ppbl, twosaturdayscode, imWildCat, adelhult and 25 moreppbl, unblvdl, jin2255, ahkohd, PieterCK and 1 more