Jeff Retz
Jeff Retz
Snapshot release with new compose resources generation (1.6.10-dev1580) is available now Need to wait for 1.6.10 full release to support it properly on all targets
@maicol07 what is your building step exactly? When you compile an iOS application or just the library? As my library release build went fine. However let's put this in backlog...
@maicol07 I published a new release. Keep in mind that Snapshot releases are time based so it's still `2.0.0-SNAPSHOT` but you may need to clear your gradle cache if it's...
@Shabinder Your stacktrace says that a required module is missing from export. Please make sure to specify it in your build script. @KevinnZou A updated version is available `2024.04.20` which...
@Shabinder that's not 100% right. CEF uses internal Java methods using reflection which does not work by simply specifing to include all modules. Heres an article to get a deeper...
Adding a `CefRequestHandler` means overriding the default `CefRequestHandler`. We had that problem before (user-agent) and we (or I) have to reimplement the default behavior in and make setting a `CefRequestHandler`...
@KevinnZou That's right, you have to dig a bit deeper, the `CefBrowser_N.java` is doing the magic. If we provide a `CefRequestContext` which is required for `CefRequestHandler` the `request_context_` variable is...
That's right, I can't focus on that many projects at once, most issues related to desktop webview can't be really adsressed by me since KCEF is just a initialization wrapper...
Please upgrade to version https://github.com/DatL4g/Sekret/releases/tag/v2.0.0-alpha-01 The required feature is stable in that release. And run a `./gradlew clean` before syncing. Please keep in mind that there is currently no shared...
@Monabr of course it is. Make sure to generate the module sources: `./gradlew generateSekret` and to add the sekret module to your `settings.gradle.kts`