-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
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
Port to iOS? #3
Comments
It's tricky. In my main branch I just wrap the existing winforms BlazorWebView to avalonia, but winforms doesn't work on MacOS. Then as an alternative, I managed to create a CefSharp based BlazorWebView component (in my wip branch, see here) but CefSharp doesn't support MacOS afaik. CefGlue does apparently, but the current maintainers just close any issue regarding Linux support (which is my main focus). |
maybe we can try to wrap this cross platform as an avalonia control [photino.Native]https://github.com/tryphotino/photino.Native |
If you wan to use webview in blazor,just check this repo MicroSugarDeveloperOrg/Avalonia.WebView#11 In linux it is buggy but still can work. If you are willing to contribute would be better 😁 |
Is there any reason this couldn't work in iOS, or on something other than WinForms? I'd be very happy to look into this.
The text was updated successfully, but these errors were encountered: