You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 28, 2025. It is now read-only.
However, none of the overridden methods of myAppHandler appear to be called.
This appears to be because of the line at line 93 of KCEF.kt:
currentBuilder.addAppHandler(AppHandler)
While the name of addAppHandler seems to suggest that multiple app handlers can be added, by looking at its implementation in CefAppHandler.java it seems that this is not true, and any subsequent call to it will remove any previously set app handler.
So it looks like the issue may be that this call in KCEF.kt removes any app handler that is added in the builder.