https://kotlinlang.org logo
Title
s

spierce7

09/29/2021, 8:18 PM
Is there a way to embed a browser inside of a desktop compose app?
d

Dominaezzz

09/29/2021, 8:31 PM
I believe there's an example in the repo.
k

Kirill Grouchnikov

09/29/2021, 9:11 PM
s

seb

09/30/2021, 6:02 AM
I think the team has deprioritised CEF (Chrome Embedded Framework) integration for the short term to work on other features, but they'll surely get back to it. I think a workaround for now is to show a Webview via Swing/JavaFX (noting that the latter isn't included in JRE anymore if I'm not mistaken), but haven't tried it
c

corneil

09/30/2021, 7:27 AM
Using jlink to create an all-in-one executable will make it easy to ensure JavaFX is present in your application.