Replies: 1 comment
-
I don't think webview is yet supported. Use tauri for that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Greetings Slint Community. In my desktop application I have to render html files and I'm aware that webview support is in development. I have looked into Discussions and PRs that reference that problem. During my research I came across the following resources:
I was wondering if someone here has at least a "hacky" way to render html or incorporate a webview into Slint UI. I've been messing around with wry and winit as a backend. I even have a code example that unfortunately doesn't work and I was wondering if someone could improve upon that. If the new window opens it's just blank. I don't know if this information is neccessary, but WASM is not my target, I actually just want to render raw HTML with CSS.
Cargo.toml
main.slint
main.rs
Beta Was this translation helpful? Give feedback.
All reactions