They didn't fix the issue of rendering compose over a SwingPanel. They just made a semi informative page about it and said literally "or stop using the SwingPanel and still try to implement the missing component, thereby contributing to the development of technology and making life easier for other developers.".
David W
06/03/2022, 7:02 PM
haven't seen any indication that they plan on trying to fix it
David W
06/03/2022, 7:03 PM
So there's no good way to display a web view in Compose at all
David W
06/03/2022, 7:05 PM
I've been very jealous of an acquaintance writing a rival desktop application (in Rust) to my Compose one because he can use Windows's WebView2 whereas I'm bundling the full 200MB JCEF with mine and it randomly stops working.
David W
06/03/2022, 7:08 PM
Of course I could write JNI bindings to try and do the same, but the amount of effort that'd take that I could put into other app improvements means it's not happening.