kekyo / DupeNukem

WebView attachable full-duplex asynchronous interoperable independent messaging library between .NET and JavaScript.
Apache License 2.0
18 stars 0 forks source link

Write sample code and gluing for some platforms #1

Open kekyo opened 2 years ago

kekyo commented 2 years ago

Planning it:

etc...

kekyo commented 2 years ago

CefSharp (only .NET Framework) and Xamarin Forms (using Xam.Plugin.WebView) are supported in (63225ca51db282bc5efba083f5ae759a9348aa80) .

geocine commented 1 year ago

Hi This is really an awesome project @kekyo . Can I request an example on WinForms + WebView2

kekyo commented 1 year ago

@geocine In 256167bc9173723a814a2871b6ce5230439c8257 , I added WebView2 on Windows Forms sample project. Check it :)

https://github.com/kekyo/DupeNukem/tree/main/samples/DupeNukem.WinForms.WebView2

geocine commented 1 year ago

Thank you @kekyo its working!