-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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 appears to only render the last child. #11376
Comments
Can you confirm if the same occurs on windows and linux along with mac? |
Sorry I do not have a Linux or Windows machine available at this time. |
Its the multiwebview example right? I have a windows machine |
but initial load didn't work, window had to be resized for the webviews to be shown |
Lemme share the full experience |
20241018_224049.mp4 |
This issue is non existent in wry upstream. I am looking out for a fix |
I encountered the same bug: |
Fixed by this patch |
Describe the bug
Running the multiwebview example with
cargo run --example multiwebview --features unstable
presents me with an application window where only the last child is rendered.Reproduction
git clone [email protected]:tauri-apps/tauri.git && cd tauri
cargo run --example multiwebview --features unstable
Expected behavior
It to render as in the PR: #8280
Full
tauri info
outputStack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: