Re: Mobile device emulator
John Elliot <[email protected]> Sat, 28 Jul 2012 01:22:34 +1000
| Newsgroups | gmane.comp.windows.off-topic |
|---|---|
| Message-ID | <[email protected]> |
On 2012-07-27 23:47, Shawn Wildermuth wrote: > I use Firefox + Developer Toolbar to set size and iPhone/Android > headers.works like a charm. I'm trying to find the Developer Toolbar add-on (or is it an extension?) but I'm not having any luck: https://addons.mozilla.org/en-US/firefox/search/?q=developer+toolbar&appver=14.0.1&platform=WINNT What's the full name of the add-on (or extension)? I kind of have the feeling that you will be only able to go so far with CSS media queries and responsive design and that you'll want to be using mobile views. If you're developing mobile views though you really won't be able to use your desktop browser to test them though will you, as they won't be detected as mobile devices based on the user-agent header. Perhaps as a workaround you could have a device=whatever that you can put in the query string to override the device detection?