When designing Metro apps for Windows 8 with JavaScript, are all features available such as full AJAX support? And what about CSS?
What is supported, and what is not? I haven’t been able to find a comprehensive command-reference list yet.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
According to the JavaScript Getting Started page, you can create apps with HTML (so I assume full DOM access), as well as network requests using XMLHttpRequest.
Check out the blog reader demo app.