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

[bug] multiwebview on linux layout error #13071

Open
lencil opened this issue Mar 25, 2025 · 2 comments
Open

[bug] multiwebview on linux layout error #13071

lencil opened this issue Mar 25, 2025 · 2 comments
Labels
platform: Linux status: needs triage This issue needs to triage, applied to new issues type: bug

Comments

@lencil
Copy link

lencil commented Mar 25, 2025

Describe the bug

4 webview, cannot be set position. vertically arrange.
Image

Reproduction

pull source code, cargo run --release --example multiwebview --features="unstable"

Expected behavior

webviews layout as windows or macos

Full tauri info output

cargo run --release --example multiwebview --features="unstable"

Stack trace


Additional context

No response

@lencil lencil added status: needs triage This issue needs to triage, applied to new issues type: bug labels Mar 25, 2025
@FabianLars
Copy link
Member

Are you on Wayland (that's why we ask for the tauri info output btw)? The example only works on x11 but even there the unstable flag's name checks out.

@lencil
Copy link
Author

lencil commented Mar 25, 2025

Are you on Wayland (that's why we ask for the tauri info output btw)? The example only works on x11 but even there the unstable flag's name checks out.

debian 12, gnome, on both wayland and x11,the webview display correctly, but the layout position is wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: Linux status: needs triage This issue needs to triage, applied to new issues type: bug
Projects
None yet
Development

No branches or pull requests

2 participants