We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, anyone tell me how to integrate SPA, I know integrate website url, but I don't know to config local files?
The text was updated successfully, but these errors were encountered:
Hi, Can you elaborate?
Sorry, something went wrong.
@joaompneves Hi, I see demo can specified url as following:
browser = new AvaloniaCefBrowser(); browser.Address = "https://www.baidu.com"; browser.RegisterJavascriptObject(new BindingTestClass(), "boundBeforeLoadObject");
I dot't want to use specified url, I want to use local file (seems as cordova). When I changed browser.Address to 'file://xxxx.html', It not work.
You can use a Scheme Handler Factory for that purpose. Check this: https://github.com/OutSystems/CefGlue/blob/main/CefGlue.Tests/CustomSchemes/CustomSchemeHandlerFactory.cs#L7
No branches or pull requests
Hello,
anyone tell me how to integrate SPA, I know integrate website url,
but I don't know to config local files?
The text was updated successfully, but these errors were encountered: