Does anyone know if there are plans to fix the ondatastream event in iOS? In Android, it correctly reports bytes downloaded though I'd like to see a percentage value as works in posting a file with onsendstream. However, iOS ajax.ondatastream only fires once, at the end with a value of 1. So my users sit there looking at "Loading..." for 2 minutes on a larger file with no indication that anything is working.
I've seen numerous posts about this issue, some from literally two years ago! I too, would like to have progress of downloads without having to resort to kludgey workarounds or explicitly controlling the cardinal position of event handlers assigned to ajax object which none seem to work anyway.
My code is exactly like any number of posts asking about the problem in the past in terms of structure.
Any advise? Thanks!
Your Answer
Think you can help? Login to answer this question!