Any reason you're not just using a C# UI library? It seems a bit OTT to load an HTML game framework, superimpose it over your game via a WebView and then bridge HTML and native code manually.
If you want to do this without a plugin, you could use the 'Execute JavaScript' Browser action to call native code from the webview.