Nice, but ultimately useless as it does not reproduce iSafari selective font resizing (for h1/h2/h3) that tends to screw up a lot of websites.
(edit) On a more general note, emulating behavior of a browser/OS combo is not a very good idea as it is trivial to miss quirks that need emulating. It should really be taking an actual browser screenshot on selected device, but then it would've not been different from a ton of similar services... which arguably sprung up because they are doing things rifht and therefore are useful.
Adobe's BrowserLab does this (https://browserlab.adobe.com/) for mainstream Mac/Windows browsers. You need an AdobeID (registration is free). I've found it much faster than browsershots.org (though you have fewer options). No mobile support, I'm hoping they add that soon.
Edit: 'no mobile support' = 'doesn't emulate mobile browsers'
Did you test this? It indeed changes the UserAgent in my test: Ipad setting sends "Mozilla/5.0 (iPad; U; CPU OS 4_2_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5" for example.
I make mobile websites and this is the best emulator I know of to test them for an iPhone or iPad. It runs on the desktop and is pretty slick. http://www.puresimstudios.com/ibbdemo/
I'm trying to debug an iPhone browser freezing issue with one of my sites, but this doesn't reproduce the issues. That would be really useful. As an aside does anyone know of a good way to debug this? I would kill for an iPhone version of Firebug right now...
I suppose this is useful for testing basic layout without mucking with your UserAgent, though.
15 comments
[ 2.2 ms ] story [ 62.3 ms ] thread(edit) On a more general note, emulating behavior of a browser/OS combo is not a very good idea as it is trivial to miss quirks that need emulating. It should really be taking an actual browser screenshot on selected device, but then it would've not been different from a ton of similar services... which arguably sprung up because they are doing things rifht and therefore are useful.
Edit: 'no mobile support' = 'doesn't emulate mobile browsers'
I suppose this is useful for testing basic layout without mucking with your UserAgent, though.