Skip to content
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

Open
davidchavezgrant opened this issue May 3, 2023 · 3 comments
Open

Port to iOS? #3

davidchavezgrant opened this issue May 3, 2023 · 3 comments

Comments

@davidchavezgrant
Copy link

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.

@jpmikkers
Copy link
Owner

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).

@charleypeng
Copy link

charleypeng commented Jul 27, 2023

maybe we can try to wrap this cross platform as an avalonia control

[photino.Native]https://github.com/tryphotino/photino.Native
[photino.Blazor]https://github.com/tryphotino/photino.Blazor

@charleypeng
Copy link

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 😁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants