Maybe JCEF? Has anyone been able to get JSEF worki...
# compose-desktop
d
Maybe JCEF? Has anyone been able to get JSEF working with Compose for Desktop on MacOS?
today i learned 2
k
d
@Konstantin Tskhovrebov Thank you! This is very helpful.
I tried it, but it crashes when you load the WebView. Other devs are having the same problem: https://github.com/DatL4g/KCEF/issues/25 The thread went quiet on April 9. Is far as I can tell, there isn't a working version of Compose for Desktop JSEF or KSET that runs on MacOS. It's hard to build, and when you find the right combination of gradle version, gradle runtime (different version for gradle and compile / deploy), libs, etc, it crashed when it tries to load anything in WebView.
s
My library uses KCEF on desktop, and the demo app works on macos last I checked: https://github.com/maplibre/maplibre-compose/
b
In my experience it depends on how you run the app. Using the ▶️ in the gutter, it crashes on loading, but using gradle tasks run/runDistributable etc would work