Skip to main content

Testing various versions of iPhone Safari



I am developing a jquerymobile App, and things are looking good in IOS5 with the most up-to-date version of Safari, I really need to test some older versions of Safari and its Webkit to ensure things are looking good for most browser versions.





I realise I can fire up an old version of xcode with SDK4 , and test IOS4, but what I really need to test is the various versions of Safari, does anyone know how to do this? I'm assuming it is possible to upgrade Safari without upgrading your IOS.


Comments

  1. It is not possible to change the version of Safari that comes with the OS (on stock iOS devices). Also, the iOS Simulator on a Mac does not produce an exact representation of the functionality of Safari on an iOS device, especially older versions.

    The only way to accurately test for compatibility and functionality is to buy, beg or borrow an old iDevice that has not be updated to newer OS version (and thus Safari version) past the version you want to test.

    ReplyDelete

Post a Comment

Popular posts from this blog

Slow Android emulator

I have a 2.67 GHz Celeron processor, 1.21 GB of RAM on a x86 Windows XP Professional machine. My understanding is that the Android emulator should start fairly quickly on such a machine, but for me it does not. I have followed all instructions in setting up the IDE, SDKs, JDKs and such and have had some success in staring the emulator quickly but is very particulary. How can I, if possible, fix this problem?