Skip to content

Multiple webviews in one window #2975

@probablykasper

Description

@probablykasper

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions