Sunday, 8 September 2013

Emulating the ipad/iphone/ipad mini and android on windows with webkit

Emulating the ipad/iphone/ipad mini and android on windows with webkit

i am developing a mailing application with .net, and it auto generates the
css for different screen sizes, what is the best way to view the results
in windows?
android and ios devices use webkit, but i am not sure how to mimic the
screen size, for example when i have somthing like
<link rel="stylesheet" media="only screen and (max-device-width: 480px)"
href="css/mobile.css" type="text/css" />

No comments:

Post a Comment