tauri-apps/tauri

[feat] When there are multiple webviews, how do I control the hierarchical relationship of each webview?

moom-en opened this issue · 1 comments

Describe the problem

After creating multiple webviews, I cannot control the hierarchical relationship of each webview. For example, I need A webview to be displayed above B, or C to be displayed above A webview.
note: This scenario is mainly used for menu webview and main webview. The menu webview needs to be always displayed on top of other webviews.

Describe the solution you'd like

It can be controlled through settings, such as webview.level(2). The larger the value, the higher the level.

Alternatives considered

No response

Additional context

No response