I want to develop a hybrid windows 10 application which C#XAML which can load offline HTML with javascript. I have used Webview control to load my html, but Multitouch seem does not work well. I have also built an Javascript-Application to load my html. By Javascript-Application i do not have the Multitouch-Problem, but i prefer to develop the UI and Logic in C# with XAML.
So maybe anyone knows, can i load the HTML and javascript directly in to the built in Javascript-Engine in an C#XAML application?
Thanks in advance.