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

fix: initialize linux wry webview #1868

Merged
merged 1 commit into from Jan 25, 2024

Conversation

tirithen
Copy link
Contributor

@tirithen tirithen commented Jan 25, 2024

In the wry 0.32 examples the linux webviews are initialized in a different way to render properly using
tao::platform::unix::WindowExtUnix. Tested with Gnome 45.3 and Wayland.

The changes was taken from the wry example files like https://github.com/tauri-apps/wry/blob/7234b2b99a8efc59484c96b767f3be8b52127816/examples/simple.rs#L16

In the wry 0.32 examples the linux webviews are initialized in a
different way to render properly using
tao::platform::unix::WindowExtUnix. Tested with Gnome 45.3 and Wayland.
Copy link
Member

@ealmloff ealmloff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have had a few other people who have had issues on linux in the past few days so it is nice to get this fixed. Thank you!

@ealmloff ealmloff merged commit b7b5f5c into DioxusLabs:master Jan 25, 2024
10 checks passed
@tirithen
Copy link
Contributor Author

Nice! Glad to have it working I have now started playing around with a small set of components now that it works, it's I nice project and I look forward to exploring its possibilities more both for Linux and Android. :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants