6

I'm looking for an iPhone browser emulator like iBBDemo2 for Windows. But since iBBDemo doesn't seem to support orientation (yes, its rotatable but this information is not send to the server as the iPhone does, to use this information in the Website's JavaScript), I'm looking for an alternative.

Or are there any windows based full iPhone emulators like the ones for Android without commercial Apple Developer registration?

David d C e Freitas
  • 7,481
  • 4
  • 58
  • 67
Konrad
  • 4,329
  • 10
  • 54
  • 88

2 Answers2

3

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.

Not sure how well it works in emulator device quirks. But it does have the rotation change option.

Community
  • 1
  • 1
David d C e Freitas
  • 7,481
  • 4
  • 58
  • 67
  • 1
    If your website (that you test with Ripple) is not visible from internet, then your ajax calls (tunnelled through its' own server) will not work. – Dercsár Dec 14 '11 at 12:27
2

There is a new emulator from Electric Plum (free light version). It's pro version seems to support rotation events in JavaScript.

http://www.electricplum.com/products.html

Konrad
  • 4,329
  • 10
  • 54
  • 88