Alaa.Ali
Alaa.Ali

Reputation: 1202

Web App using Windows Phone 7.1

am developing a web app, the original webpages are using HTML5, when i run the application on the Emulator the web browser does not show the pages properly!

how can i test HTML5 pages for windows phone? i'm using VS2010, WP7.1, and the default Emulator that is installed using the SDK

Upvotes: 2

Views: 335

Answers (1)

ColinE
ColinE

Reputation: 70122

There is no special 'trick' to testing for IE within WP7. You have the emulator, which is the only real tool at your disposal. Testing on desktop IE9 is probably the closest experience you can have to the phone browser. However, there are differences. These resources might help:

IE9 Mobile Developer Overview - lists the various CSS / HTML5 features supported by WP7

Designing IE9 mobile - describes how to optimise websites for WP7

The differences between IE9 desktop and IE9 on WP7 - does what it says on the tin.

Upvotes: 3

Related Questions