KCEF icon indicating copy to clipboard operation
KCEF copied to clipboard

Kotlin implementation of jcefmaven with more modern setup and depending on JetBrains/jcef

Results 15 KCEF issues
Sort by recently updated
recently updated
newest added

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 update KCEF to support cef 122.1.9 Its working fine on windows but crashing...

If I use jbr_jcef as the runtime, can I avoid re-downloading the runtime during startup? And if so, what steps should I take to ensure this?

When I use `rendering = CefRendering.OFFSCREEN` it is crashing `client.createBrowser(content, rendering = CefRendering.OFFSCREEN)` It try to load from `/IdeaProjects/testapp/natives/macosx-universal/gluegen_rt` but correct path is `/IdeaProjects/testapp/kcef-bundle/gluegen_rt` `kcef-bundle` is the install dir for...

I was just wondering if the TarGzExtractor is downloading only what is needed for JCEF to be started. It looks like its including most of the files from JetBrainsRuntime but...

Expected behavior: Initializing as per the example would download and initialize on Ubuntu (23.10) / OpenJDK 17: e.g. ``` KCEF.init(builder = { installDir(File("kcef-bundle")) progress { onDownloading { println("KCEF downloading: $it...

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...

Initialization code: ```kotlin class WebViewSetup( private val filesDir: String, private val cacheDir: String, private val backgroundContext: CoroutineContext = Dispatchers.IO ) { private val _state = MutableStateFlow(WebViewState.NotInitialized) val state = _state.asStateFlow()...

Current JCEF version is 122.1.9.997 and latest is 132.3.1. Looks like the 122 version has a problem with KeyEvent.KEY_TYPED which I have described here: https://github.com/chromiumembedded/java-cef/issues/504 Can you please bump the...

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 process permission requests. There are 3 methods in this interface OnRequestMediaAccessPermission OnShowPermissionPrompt OnDismissPermissionPrompt However,...

The Windows icon has been removed in a recent version of simple icons, but it can still be obtained from older versions of the library on some of the CDNs.