views:

108

answers:

2

Hi,

I am developing web application using jqtouch. But I don't have iphone/ipod touch. what is the best way to test html generated out of it with jqtouch.

Thanks coool

+1  A: 

Download and install XCode from the Apple website.
It includes an iPhone/iPad simulator, with Safari, that you can run on your system.

Macmade
Yup. But be sure you know that the simulator generally runs *much* faster than an actual device.
Weston C
Yep, and it does not have a full gestures support... But this is still the best way, AFAIK... (except buying a real iPhone, of course) ; )
Macmade
A: 

If you develop on MacOS, use iPhone emulator otherwise use Safari.

edtsech