chromelyapps / Chromely

Build Cross Platform HTML Desktop Apps on .NET using native GUI, HTML5, JavaScript, CSS, Owin, AspNetCore (MVC, RazorPages, Blazor)
MIT License
2.99k stars 279 forks source link

WebView control for MAUI application using Chromely #390

Open vmeganathan81 opened 1 year ago

vmeganathan81 commented 1 year ago

I got chromely cross plat working.

I want to make it as control similar to webview

Can this be achieved, and it needs to work both on windows and macOS

I am using MAUI application

mattkol commented 1 year ago

@vmeganathan81 The way Chromely is designed, no you cannot use it as a control. It is a browser running in a thin host - Win32, GTK or Cocoa window. With some work it is of course possible, but not as-is.