Or JavaScript is only restricted to HTML? I've only seen HTML-JavaScript demos at Build 2011
feedback
|
|
XAML is not supported in JavaScript Metro apps - those classes are specifically hidden from JavaScript WinRT projection. This actually includes not just the stuff under | |||
|
feedback
|
|
Not yet. XAML is used only from C# or C++, and for JavaScript you need HTML5. One of reasons is that in case of HTML + JavaScript the same engine as in IE10 is used for rendering. (By the way, Metro version of IE10 doesn't support plugins like Silverlight.) The other currently missing area is that you cannot use ASP.NET / ASP.NET MVC to build metro style applications, which would allow combining C# and HTML. | |||||||||||
feedback
|