Closed jogibear9988 closed 1 month ago
You can't load an initial window using the custom scheme. You will have to use an HTTP resource on your disk like index.html
in a wwwroot
. That resource can then use the custom scheme to load dynamically generated data from the scheme handler.
I tried to use the custom scheme also with the initial page:
I know that my mime type is wrong at the moment, but the problem is, the CustomSchemehandler is not called, and it is not even tried to load the initial page.
In electron i did something similar:
there it worked