I was wondering what would be the best choice for creating a Metro Style hybrid app?
On the one hand, this would be the usual solution for writing an application in C # / XAML and using HTML5 / JavaScript / CSS3 inside WebView - just as I would on iOS or Android.
On the other hand, it seems like a good idea to write a Web-based Metro Style application and use only your own code (with WinRT components) if it is really necessary, such as encryption or image manipulation.
What would be wiser? What are the advantages / disadvantages of both methods? Is C ++ the only native language to use with WinRT JavaScript-related components?
It would be great if you could give me advice - Thank you !; -)
source
share