Is there any webview library for the compose for d...
# compose-desktop
a
Is there any webview library for the compose for desktop?
a
https://github.com/JetBrains/compose-jb/tree/master/cef Sadly, there are no examples or comonent wrappers for now. I am waiting for that as well.
a
Oh thats truly sad. Are there any dates or approximations when it will be available?
o
CEF integration is in pre-alpha state, but contributions are welcome
a
I went with using javafx's webview and is there any way to draw upon it? When I used
Surface
, it apparently didn't work
Most sane solution I ve thought of was to create panel with
OverlayLayout
. It works with Swing panels but when I add
ComposePanel
it stops working
p
hey any update on this one? @Arslan Armanuly I'm wondering if I could use a webview for my app but I don't know the state of the art. If CEF is pre-alpha, could we use something like JavaFX components inside compose-desktop components?
a
Yeah, I got it working with JavaFX webview. But sadly it didn't fit for my solution because compose interop with swing or swing interop with JavaFX didn't allow transparency between layers so I stopped working
p
thanks!