-
Rather than having a Bulky JCEF/KCEF Implementations we should have more native oriented approach by delegating to below:
| | | |
| -------- | ------- | ---- |
| Windows | ✅ | [Webview2](https…
-
Hi.
In the CEF permissions documentation
https://cef-builds.spotifycdn.com/docs/111.2/classCefPermissionHandler.html
there is an interface CefPermissionHandler whose implementation allows to proc…
-
Problem when running in the linux platform
> Task :composeApp:run
[DefaultDispatcher-worker-1] INFO commons.Log - Initializing KCEF on /home/mathan/.local/share/TrueCast/
Could not load 'jcef' li…
-
平台:compose desktop mac
问题:无法启动浏览器
依赖版本:
api("io.github.kevinnzou:compose-webview-multiplatform:1.9.20")
环境版本:
kotlin.version=1.9.23
compose.version=1.6.1
日志:
```shell
JCEF(31:15:546): initial…
-
Expected behavior:
Initializing as per the example would download and initialize on Ubuntu (23.10) / OpenJDK 17:
e.g.
```
KCEF.init(builder = {
installDir(Fi…
-
It's not possible to render composables on top of the WebView on desktop (using JCEF or KCEF. Android/iOS are unaffected). Any composable, even popups or context menus, will be clipped by it.
This …
-
Some Windows users are getting the **restart required** message every time they open the app and the KCEF download doesn't start
After some debug sessions we found that it works perfect when runnin…
-
Hi I'm tyring to use release tag [jbr-release-17.0.10b1207.14](https://github.com/JetBrains/JetBrainsRuntime/releases/tag/jbr-release-17.0.10b1207.14) but app is crashing on start can you please updat…
-
Less than an hour ago, this error appeared when trying to init KCEF.
` Illegal input: Field 'body' is required for type with serial name 'dev.datlag.kcef.model.GitHubRelease', but it was missing at…
-
When I try to load a page in a WebView, the app crashes on desktop. It works perfectly fine on android and ios. I did follow the direction on the desktop readme page and something was downloaded when …