Closed SPC-code closed 10 months ago
@SPC-code Thanks for your feedback. Have you checked this doc for desktop setup?
Thanks, I've missed it. I mostly tried to work with samples.
I will place the reminder in a more noticeable location to prevent it from being overlooked.
I've encountered problem on Windows. The
WebView
shows blank screen for all possible usage scenarios. After some debugging, I found the problem: KCEF returns the stateNEW
and webview then just shows nothing without errors. In order to fix that I had to addat the start of the application. It is covered here. But webview does not seem to do any initialization or check if the framework is initialized.
I think that the component should check if the client is available and initialize it properly. In any case, the initialization should be covered in the documentation.