-
Firstly, thank you very much for providing this library.
**Backgroup**
I hope to be able to use a WebView within Compose for Desktop with the JetBrains Runtime. This enables the elimination of th…
-
遇到个错误
Execution failed for task ':composeApp:desktopRun'.
> Could not resolve all files for configuration ':composeApp:desktopRuntimeClasspath'.
> Could not find org.jogamp.gluegen:gluegen-…
-
Used package: https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-17.0.10-osx-aarch64-b1087.23.tar.gz
JCEF(45:37:532): initialized stderr logger, severity=LOGSEVERITY_DEFAULT
JCEF_I(45:37:5…
-
I was adding Macrobenchmark to my project but it fails with some unresolved property which is somewhat linked to a library used for `desktopMain` in this library
```
* What went wrong:
Execution …
-
i'm working on a kmm application and im using this webview compose, it runs perfectly on Android, i set the desktop app as you said but i'm getting this error. Can anyone help me and point what i am d…
-
OS: Mac M1 13.6.4 (22G513)
JDK: correto-17.0.10
When i try to create KCEFClient after successful initialization of KCEF an error occurs
```
Exception in thread "AWT-EventQueue-0" java.lang.Unsat…
-
build.gradle.kts:
```gradle
import org.jetbrains.compose.ExperimentalComposeLibrary
import org.jetbrains.compose.desktop.application.dsl.TargetFormat
plugins {
alias(libs.plugins.kotlinMu…
-
```
InstallationDirectory
at dev.datlag.kcef.KCEFException$installationDirectory.(KCEFException.kt)at dev.datlag.kcef.KCEFBuilder.install$kcef(KCEFBuilder.kt:192)at dev.datlag.kcef.KCEF$init$install…
-
After upgrade from 1.6.0 to 1.6.10(I try 1.6.2, and it works well).
The application run with below error:
```
5月 16, 2024 4:10:38 下午 com.sun.javafx.application.PlatformImpl startup
警告: Unsupported…
-
I want to pass some command line arguments into desktop webview, I tried the following code but it has no effect
```
KCEF.init(builder = {
addArgs("--disable-web…