Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

i'm looking for an iPad simulator that runs on Windows or Ubuntu.

share|improve this question
Why? You need a Mac to develop iPad apps anyway. – davr Apr 5 '10 at 15:35
7  
It's to test HTML5 version of my site, want to test the logic, make sure an ipad user landing on my site will get the right version. – Mikushi Apr 5 '10 at 15:39
related: askubuntu.com/questions/120693/… – student May 8 '12 at 17:12

closed as not constructive by Bill the Lizard Oct 30 '12 at 11:15

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

8 Answers

up vote 13 down vote accepted

There's no iPhone/iPad simulator outside of Mac OS X. But if all you need is to test a web site, you can follow the suggestion in TN2262: Preparing Your Web Content for iPad.

share|improve this answer

There is a great free iPhone/iPad emulator here:

http://code.google.com/p/ibbdemo2/

It runs on Windows, Linux and MacOS and is very easy to use. Just press CTL+1 to display as iPad screen and CTRL+2 for iPhone, you can change orientation by using CTRL + left or right arrow keys.

It's not going to allow you to test or install iPhone apps, but for cross browser testing it's marvellous.

Only slight caveat is that the screen resolutions are equivalent to iPhone 3 and ipad 1 & 2. The 4th gen iPhone has a higher screen res and the iPad 3 (due out in september 2011) is going to have a higher screen res too (about one third higher than ipad 1/2 according to rumours), you might have to wait for an update to the program if you need iphone4 or ipad3 testing environments.

Update: ibbdemo has now been deprecated. The project page now links to Electric Plum's simulator.

share|improve this answer
I was excited about this but found it disappointing. For example, if I move the mouse over a link in ibbdemo2, the target shows its hover state. It also didn't emulate the modified click event functionality that iOS Safari applies. The search continues... – Danyal Aytekin Sep 21 '11 at 13:13
I think it bears noting that Linux support has been removed, but the Lite version for windows seems to run fine in latest wine from PPA on Ubuntu 12.04 – Call me V May 30 '12 at 6:17
I found this tool is best to test against visual layout rendering of website on iPad. Layout issues that happen on iPad will/may happen in the simulator. What you can't use it to test/reproduce is interactivity issues like swipe, taps, zoom in/out, etc. and other iPad specific issues. – David Aug 17 '12 at 23:10

There is a simulator which will be same as ipad but still there are some bugs. still you can check it out here download. its nice.

merhl ipad simulator for windows

share|improve this answer

http://ipadpeek.com/
http://www.mascobz.com/free-download-apple-ipad-simulator/

share|improve this answer
3  
This seems to be just a simple iframe inside an image that looks like an ipad. The rendering will thus not be the same as in an iPad. – Nicodemuz Mar 19 '11 at 13:40

Our in-house developers are using the Electric Mobile Simulator on their Windows desktops to test our outsourced iPhone apps

http://www.electricplum.com/dlsim.html#lite

The "Lite" version is free.

share|improve this answer
That just simulates an iPad/iPhone browser, it doesn't run iPhone apps right? – Rory Feb 21 at 11:15

You can try Mobilizer a Adobe Air based App. http://www.springbox.com/mobilizer/ . I know it runs in Windows

share|improve this answer

iPad Simulator Online http://alexw.me/ipad2/

share|improve this answer
Looks cool but :hover still works, not really a simulator. – PJ Brunet May 11 '12 at 0:10

There is the iemu emulator for linux: http://www.iemu.org/index.php/Main_Page

share|improve this answer

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