Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Simulate iPhone environment in Firebug

Tags:

iphone

firebug

Is there a way I can get Firebug or Firefox to send an iPhone user agent string to the browser, so I can debug the iPhone layout of my site more easily?

Thanks, Kevin

like image 821
Kevin Burke Avatar asked Jun 14 '11 21:06

Kevin Burke


2 Answers

Search for a User-Agent switcher extension and install that. One option is User Agent Switcher.

More generally, you can look for an extension to let you manipulate generic HTTP headers, which would of course include the User-Agent. It looks like Modify Headers is up to this task.

like image 126
Jeremy W. Sherman Avatar answered Sep 18 '22 07:09

Jeremy W. Sherman


Try User Agent Switcher! Then set your user agent to whatever you like, in the tools menu.

like image 43
Keith Avatar answered Sep 18 '22 07:09

Keith