I'm doing development of a web application aimed at mobile devices. What software can I use to simulate/emulate mobile browser environments?

I'm specifically looking for a way to test on Mobile Safari, the Android browser, mobile Opera, Mobile IE, the Blackberry Browser and any other common platform I'm missing.

Note: I am using Windows as my development platform, but I am able to use anything that can be installed on an x86 PC for testing.

link|improve this question

feedback

22 Answers

up vote 99 down vote accepted

There is a really good roundup of mobile browser emulators here.

Also, appearently there is a browser emulator in the Android SDK.

link|improve this answer
feedback

The desktop version of Opera has a mode to emulate Opera Mobile. (Or at least it did — I can’t find it in recent Mac versions.)

In Opera 9 on the Mac (not sure where the option is on other versions) you want:

View > Small Screen.

Opera 11 for Windows:

View > Developer Tools > Page Information > View button > Small Screen

Note this does not change the User-Agents header sent by Opera, so sites will probably not detect that you are in “mobile” mode.

And of course it’ll emulate Opera Mobile as it was when that version of full Opera was released, rather than the latest version.

link|improve this answer
+1 for small screen – solomongaby Oct 2 '09 at 10:25
6  
Opera 11 for Windows: View -> Developer Tools -> Page Information -> View button -> Small Screen. Note this does not set User-Agents so sites will probably not detect that you are in "mobile" mode. – hova Jan 4 '11 at 15:54
It just creates a weird small-column width that may be appropriate for checking OpenWave type browsers, but isn't effective for the Android or iPhone browsers. – Tchalvak Aug 10 '11 at 14:58
@Tchalvak: yes, but the OP asked for “a way to test on Mobile Safari, the Android browser, mobile Opera, Mobile IE, the Blackberry Browser and any other common platform I'm missing” (emphasis mine). – Paul D. Waite Aug 11 '11 at 8:27
This does bot have the same features as mobile browsers like auto-zoom, auto-scale, etc. – Julien Jan 31 at 4:56
show 1 more comment
feedback

Blackberry emulators

link|improve this answer
Note: Windows-only – jholster Nov 23 '10 at 23:12
feedback

As a rule of thumb the emulator provided by the device manufacturer, or OS provider, is the closest to real device testing.

  • For Android - download the Android SDK.
  • For Mobile IE - I guess you can use the Windows Mobile emulator that comes with Visual Studio.
  • For iPhone - the SDK by Apple requires a Mac; perhaps the new Symbian S60 WebKit based browser is similar. If so you can use Symbian emulators.

You didn't ask about Nokia, but in general these can be found at forum.nokia.com, which is where you get Symbian S60 emulators as well.

I haven't looked into Blackberry and Opera yet.

link|improve this answer
feedback

We use this one to emulate iPhone and iPad browser on Windows: iBBDemo. It's actually Air-based, so it's cross platform. The tool is free and open-source.

link|improve this answer
2  
I downloaded iBBDemo (2 Beta) and played with our company site on my iPhone (4) and in the emulator. The emulation isn't very accurate. – cfouche Sep 6 '11 at 11:47
feedback

that testiphone.com is a joke. a pathetic joke actually. It just loads any website in a Iframe of the size of a iphone screen! Its just an Iframe! so, if you use IE and open a site and you open the same site on testiphone BUT using firefox this time, the results are, of course, different!

so, of course is going to ignore user agent, or any peculiarity of the iphone browser

link|improve this answer
feedback

There's a free tool (Chrome Extension) called Ripple (which was bought by RIM):

Test and debug your HTML5 mobile applications for multiple platforms. All from within your browser and in a fraction of the time.

UPDATE: It has now evolved into a standalone product, Ripple Emulator for Blackberry WebWorks. It is also open-source now.

link|improve this answer
Thank you, great find!!! – j-man86 Oct 19 '11 at 8:51
Oh man, just what I needed. Thank you. Can't believe I haven't heard of this until now. – Dwayne Mar 5 at 2:28
feedback

For BlackBerry you can download a simulator for almost any handset and OS version you'd like. The simulators contain all of the native apps including the browser.

link|improve this answer
feedback

You can use Microsoft Device Emulator to run Windows Mobile on your desktop, giving you access to Mobile IE.

link|improve this answer
not to forget opera and opera mini – Davy Landman Jan 21 '09 at 9:22
and skyfire, and iris – Gordon Wilson Jan 21 '09 at 16:37
feedback

Mobile firefox (fennec) has versions for PCs(with Windows/Linux/Mac OS)

link|improve this answer
feedback

First, don't assume what platforms are common, check it at StatCounter stats page.

Then you can look at "Information about available emulators" section in this article: Testing Mobile Web – phones and platforms to focus on.

link|improve this answer
feedback

You can use DeviceAnywhere (http://www.deviceanywhere.com) to test on a TON of mobile phones. Anything from the Moto RAZR to the Palm Pre. It is quite expensive though, but it's worth it if your doing mobile web development for a company who is willing to spend the cash.

link|improve this answer
feedback

How about Openwave Simulator.

Here is the Simulator ofr iPhone Safari.

link|improve this answer
THe OpenWave SDKs (including simulators) are now available wapreview.com/blog/?p=3733 – Matt Lacey Apr 30 '09 at 12:20
feedback

For the record: -Does not spend your time with the blackberry emulator.While it work but it is a pain in the butt to find the way to connect to Internet. I tried in different rig and does not work. -The iphone emulator runs only on OSX and require XCode. -Iphoney does not use a correct user agent, i.e. is useless for most project.

A cheap way (fast) to do the job is to :

  • use firefox.
  • use firefox user agent.
  • use developer toolbar (for change the browser size).

while the render may be is not 100% equal than the browser but is a fast solution.

link|improve this answer
Generally, all you need to do to get the BlackBerry simulators connected to the Internet is to use the BlackBerry MDS Simulator, which is included with any version of the JRE (SDK). – Chris Hutchinson Nov 1 '10 at 18:31
2  
All user agent does is sidestep browser-sniffing code, typically Microsoft products that only allow you to use IE, by altering a JavaScript property and maybe branching code on the fly for IEs busted DOM API. It doesn't swap rendering engines and JavaScript interpreters and is not a testing tool. – Erik Reppen Jan 11 '11 at 16:55
feedback

The Opera Mobile emulator (Windows/Mac OS X/Linux) can be found on the Opera Developer Tools page.

You can use the shortcuts created when installing the emulator or command-line options to change device width/height and input mode (keypad or touch).

Note: Opera Mobile defaults to a page width of 850 pixels (the "viewport" meta tag can override this).

link|improve this answer
Keypad mode controls can be found at dev.opera.com/articles/view/… – jvol Nov 3 '10 at 21:13
feedback

We are developing a tool for this that does not required downloading, it is tentatively called imitatr.com happy to take feedback on specific features people would like to see.

link|improve this answer
feedback

for opera mini the emulator is here

link|improve this answer
feedback

I use these Nokia online simulators. You need to create a free account for testing.

link|improve this answer
feedback

http://www.browserstack.com/mobile-browser-emulator is a great way to test on mobile emulators.

link|improve this answer
feedback

if you just want to quickly view how a webpage would render at various mobile device resolutions then synthphone.com is a nice little webpage...

http://synthphone.com

you can even set custom dimensions and link directly to a url via query string params. for example, click the link below which points to the Sencha Touch 2 carousel on a device with width: 444 and height: 333.

http://www.synthphone.com/?u=http://dev.sencha.com/deploy/touch/examples/production/carousel/index.html&w=444&h=333

(Use your mouse like a finger to slide around the images etc.)

i made it in just a couple hours and use it to demo some sencha touch html5 apps for my ui/ux team.

no authentication required, no account needed, no ads... enjoy!

link|improve this answer
feedback

This is what I use for Windows browser emulators. A little slow, but works great.

http://ipinfo.info/netrenderer/

link|improve this answer
feedback

testiphone.com works well for me.

link|improve this answer
2  
It seems to ignore the user-agent & just show s my website's desktop version. ie. It doesn't work for me – CAD bloke Mar 24 '10 at 21:01
not an emulator. Loads the site in an iframe... – Mikey G Apr 2 at 22:23
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.