Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Emulating iOS and Android built-in browsers 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 something like:

<link rel="stylesheet" media="only screen and (max-device-width: 480px)" href="css/mobile.css" type="text/css" />

I am not interested in online emulators, I am using WebKit.NET

like image 531
user1590636 Avatar asked Mar 22 '23 12:03

user1590636


1 Answers

Try this tool out

http://quirktools.com/screenfly/

As far as different browsers just download tthm and try it on your windows by using that site

like image 86
SuNnY_sYeD Avatar answered Apr 03 '23 04:04

SuNnY_sYeD