I'm trying to do a long polling using XMLHttpRequest. it works fine on all supporting browsers, but for some reason on safari on iPhone i get the loading indicator for every ajax call, and for long polling thats a bit annoying.
I read that you need to wait until the document is loaded, but it doesn't seam to work. any other known hack to solve it?