I am trying to port my winforms app from WebBrowser to WebViewCompatible (using v5.1.1 or the prerelease v6 if need be) but i cant figure out how to make calls to window.external reference a custom POCO object.
In WebBrowser i just had to set BrowserControl.ObjectForScripting but i cant find any similar support in WebViewCompatible (i see a window.external.notify and its counterpart ScriptNotify event in WebView but even that would require a lot of hack work to if its even feasible )