Hello,
I have a basic list that uses a store with ajax proxy setup to load json data. The timeout is set to 120000.
Everything works just fine on Chrome and Safari on my desktop, running against localhost. Depending on what the user enters, responses take anywhere from 10 seconds to 75 seconds, typically. Irrespective of how long it takes, things work just fine on my desktop.
On my iPhone (iOS 5) running against the server on my desktop, things work just fine for requests less then 12 or 15 seconds. Anything longer causes the "load" event to fire early, with data not loaded.
Any ideas on what's going on? Has anyone else experienced this problem? I have not had a timeout problem. I'm having to debug things on the safari debug console on an iPhone - not fun.
Thanks,
Mohammad