miguelsesma
06/03/2022, 2:18 PMexample-cef-compose
work. I have fixed most things but I'm still stuck in a problem with skiko-awt HardwareLayer, that is used to render the browser.
The problem is that that class is internal, so the code has no access to it. Any solution for that?
internal open class HardwareLayer(
externalAccessibleFactory: ((Component) -> Accessible)? = null
) : Canvas() {
Thomas
06/03/2022, 3:06 PM@file:Suppress("INVISIBLE_REFERENCE", "INVISIBLE_MEMBER")
miguelsesma
06/03/2022, 3:27 PMThomas
06/03/2022, 3:43 PMxiaobailong24
06/05/2022, 1:29 PMDavid W
06/05/2022, 8:59 PMxiaobailong24
06/06/2022, 3:43 AMmiguelsesma
06/06/2022, 7:38 AMCefBrowserWrapper
internal did the trick. Thanks. Now I can run the sample. Still have issue with the browser initialisation, but this is a huge step forward.
getHardwareLayer
in BrowserView
is returning null, it does not find a hardware layer .component. Investigating.