I am working on hybrid application on Windows 10. UI is in HTML/JS and rest is in native WinRT c++ that further uses c dll.
Question is Webview control to render page should be WinJS webview or Xaml/c# webview would be better. Is there any difference between two, performance wise or usage wise.
I found very little Information about this.
Shruti