Closed exdrcw closed 10 months ago
@exdrcw Thanks for your feedback! It seems to be a issue with the KCEF library. @DatL4g Could you have a look at this issue?
Looks to me like the args a properly passed to the initialization process.
Maybe take a look at jcef documentation, or create a CefAppHandler with onBeforeCommandLineProcessing
I want to pass some command line arguments into desktop webview, I tried the following code but it has no effect
I read the documentation and learned that the Desktop platform uses
KCEF
, andKCEF
is a wrapper ofJCEF
.JCEF
supports passing command arguments toCEFApp
. Am I using it the wrong way? OrKCEF
does not support this now?btw, I just want to disable CORS restrictions in the webview, is there a better way to do it?
Thanks in advance to all the contributors to this project, it helped me a lot, thank you very much!