Replies: 1 comment 3 replies
-
CefSharp is written using Visual C++ which only runs on Windows. Microsoft have said they have no plans to port Visual C++ to other operating systems. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Avalonia UI is a cross-platform XAML framework that helps developers to create GUI applications for Linux, Windows and macOS. Avalonia uses .NET Core (and also .NET 5 and newer) and since CefSharp now supports .NET Core (and also .NET 5 and newer), is there a way to use CefSharp with Avalonia UI?
Is there a way to make CefSharp work with Avalonia so we can develop apps outside of Windows?
I know that this just sounds like a big request but I just want to know that if it's possible or not. A simple "yes" or "no" is enough to satisfy me. I know you don't necessarily have to do it for everything. As I can tell (and I'm not very good at it), it is possible to make a custom control for Avalonia like in WinForms, WPF and OffScreen.
If this is a stupid question, I'm really sorry. Trying my best to not being stupid but sometimes it can slip.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions