0

Currently making apps [html5/js] that run through various platforms that make use of UIWebView, I usually test them in Safari, changing the webagent to iPad but theres always some inconsistencies. Is there anyway to run a stimulator on OSX? [perhaps something like this, http://www.edumobile.org/iphone/ipad-development/webview-application-in-ipad/ ]

is it possible to compile an APP, i.e a small browser or similar that i can test my 'apps' on?

Neo
  • 1,027
  • 3
  • 12
  • 30

1 Answers1

1
  1. Download and install Xcode from the App Store.
  2. Launch Xcode.
  3. Open iOS Simulator: enter image description here
  4. Select the device of your choice: enter image description here
  5. Start Safari and test your website.
DrummerB
  • 39,814
  • 12
  • 105
  • 142
  • Thanks, i had thought of that, only thing is that the app doesnt show bottom bit because safari bar takes up some space, might have to reduce the ratio in viewport – Neo Sep 16 '12 at 17:27