Search code examples
javascripthtmliosipad

Test Web application on iOS Simulator


I am trying to optimize my website for iPad. Could you please guide me on the best approach:

  1. In terms of whether I should separate desktop/ipad just by CSS or redirect to an entirely different domain (e.g. mysite.com/ipad)

  2. How do I test on iPad simulator? Should I use XCode for development?

Please help me with some good online tutorials. Thank you.


Solution

  • best to either use separate css files or just make a complete liquid layout,

    as far as testing goes, you can download the ipad dev kit with xcode for the emulator