Are the following things are supported in windows phone 7 / can we make use of these in windows phone 7 application development ?
- Is CSS supported ?
- JavaScript supported ?
- jQuery supported ?
If so please let me know the resources for reference.
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.
The browser that WP7 uses is based on the same code-base as the desktop IE9. So, yes CSS is supported, with the following CSS3 features:
(From the Windows Phone Team Blog)
JavaScript and jQuery are both fully supported. As a result it is possible to write HTML-based applications for WP7 as I demonstrated with a PhoneGap based application which I wrote.