Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
moom-en opened this issue Sep 25, 2024 · 0 comments
Labels
scope: unstable flag Issue only occures with "unstable" feature flag enabled type: feature request

Comments

@moom-en
Copy link

moom-en commented Sep 25, 2024

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

@FabianLars FabianLars added the scope: unstable flag Issue only occures with "unstable" feature flag enabled label Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: unstable flag Issue only occures with "unstable" feature flag enabled type: feature request
Projects
None yet
Development

No branches or pull requests

2 participants