-
This is probably not in line with the direction slint is going and/or technically feasible for siint, but are there any plans for WebView support? Maybe particular to me, there is video conference software that I am looking at integrating into an application that has no native rust support but supports WebView. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This is totally something that would make sense to have in Slint. I'd like to see if we can embed something like servo. |
Beta Was this translation helpful? Give feedback.
-
Thanks! Closing this out to roadmap issue #3930. |
Beta Was this translation helpful? Give feedback.
This is totally something that would make sense to have in Slint.
This is tracked in issue #3930
I'd like to see if we can embed something like servo.
On a technical detail, all it takes is to use a browser engine to render a texture, as well as forward input events on that element.
That's not easy, but totally doable.