locked
Adaptive UX and html5/javascript apps for Win 10 RRS feed

  • Question

  • Will there be a way for html5/javascript apps in Windows 10 to have one package that will adjust to each kind of platform, ie. phone, xbox etc.  Is there going to be anything similar to what is being shown in Xaml?
    Wednesday, March 25, 2015 1:00 AM

All replies

  • We're not discussing Windows 10 yet. 

    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.

    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined objects and unknown namespaces.

    Wednesday, March 25, 2015 7:32 PM
    Moderator
  • Well your company is certainly discussing it now!
    Wednesday, March 25, 2015 9:14 PM
  • This is a very important question.  Since Monday's Windows 10 SDK announcements I've been scouring the Internet for a Microsoft response to this question and have found nothing definitive.

    On his blog post, Soma Somasager stated, "You can create a Windows universal apps with the new project templates in Visual Studio 2015 in a language of your choice – C#, VB, C++, or JavaScript." 
    However, in all other related material (the MVA course, the Github-released samples code, etc.), it is all C../XAML, with NO MENTION (that I can find) of HTML/Javascript.

    So, since Microsoft is indeed 'discussing' Windows 10 (releasing an SDK to early adopters, with sample source code, an MVA course, etc.), could you please now answer the question many are asking: how and when does HTML/Javascript fit into the Windows 10 Universal app development story?

    Wednesday, March 25, 2015 9:36 PM
  • As Cliff said in the comments at Windows 10 developer tooling preview now available to Windows Insiders

    Consider this an initial preview release, providing a peek at the direction of the tooling. We’ll have more in there when we go deep into the details at Build and update the preview tooling.

    That said, HTML5 already has adaptive UI methods similar to what is being added for Xaml. The new Windows Runtime features will apply to all project languages.

    Thursday, March 26, 2015 3:07 AM
    Moderator