Open GoogleCodeExporter opened 9 years ago
I have the same problem with iui 0.20 and an iPhone 3G (Firmware 3.0). On my
side
this problem is reproducible with firmware 3.0 only. I spend a whole day with
fixing
it but I still have no success. Does anybody have an idea how to fix it?
Original comment by i...@dreier-it.de
on 21 Jul 2009 at 1:26
I have the same issue right now, everything is blocked after returning from
mail.
Problem on iPhone firmware 3.0 and 3.1.
Original comment by charles....@gmail.com
on 28 Sep 2009 at 9:02
Same problem with iui 0.30 and iPhone 3G S (Firmware 3.1.2)
Original comment by rogersp...@yahoo.com
on 19 Oct 2009 at 4:02
Issue 206 has been merged into this issue.
Original comment by msgilli...@gmail.com
on 3 Jan 2010 at 4:38
Thanks to rsprik for finding more information on this issue and for reporting
that Issue 206 and Issue 147
appear to be the same.
Original comment by msgilli...@gmail.com
on 3 Jan 2010 at 4:42
For handy reference, here are the links that rsprik posted to Issue 206:
http://discussions.apple.com/thread.jspa?threadID=2126836&tstart=0
http://code.google.com/p/jqtouch/issues/detail?id=45
http://code.google.com/p/jqtouch/issues/detail?id=75
Original comment by msgilli...@gmail.com
on 3 Jan 2010 at 4:44
A potential workaround might be to set:
iui.animOn = false;
This would also help narrow the issue. Will someone please try it and report
back here?
Original comment by msgilli...@gmail.com
on 3 Jan 2010 at 4:47
Tried setting iui.animOn = false
Sorry, still hanging after return from mailto link
Original comment by rogersp...@yahoo.com
on 3 Jan 2010 at 5:16
Interesting behavior... try a mailto link, return to hung iui page. Click on
two or three unresponsive links. Close
the iphone Safari browser (press Home button)... immediately open the browser
back up... it "catches" up with
the links you pressed and seems to return to normal.
Original comment by rogersp...@yahoo.com
on 3 Jan 2010 at 5:23
Has anyone had any further luck with this one?
Original comment by brentmca...@gmail.com
on 18 Mar 2010 at 10:33
Has this been logged at Apple?
Original comment by rene%wrk...@gtempaccount.com
on 22 Mar 2010 at 11:51
[deleted comment]
Someone at http://discussions.apple.com/thread.jspa?threadID=2126836 suggests
"rewriting the stackLayout
Javascript and transforming the webkit transitions into keyframe transitions".
That's way beyond what I'm capable of.
Any chance of success?
Original comment by rene%wrk...@gtempaccount.com
on 23 Mar 2010 at 12:09
I haven't submitted it to Apple, René do you want to do that?
Original comment by msgilli...@gmail.com
on 23 Mar 2010 at 12:17
Alex Zylka presents code for a workaround on this thread:
http://groups.google.com/group/iphonewebdev/browse_thread/thread/12b86039e961da1
c
I haven't tried it yet.
Original comment by msgilli...@gmail.com
on 23 Mar 2010 at 2:08
I still haven't tried Alex's workaround, but I did spend some time adding
logging statements to iui.js and
trying to figure out where in the code the problem occurs -- I did the testing
with animOn = false. I was
testing in the simulator with the link-types.html test page and after touching
the mailto: link (and then
touching cancel)
I found that the callback from the setTimout in iui.showPage() was never being
called. When I changed the
code to call iui.showPage immediately, the setInterval() call in slidePages1
did not seem to work.
So perhaps something in the mailto: handling is breaking timers?
Original comment by msgilli...@gmail.com
on 23 Mar 2010 at 7:48
Additional info posted to the iPhoneWebDev thread on this issue:
http://groups.google.com/group/iphonewebdev/browse_thread/thread/12b86039e961da1
c
Original comment by msgilli...@gmail.com
on 24 Mar 2010 at 8:32
OK, I've reported this to Apple with Bug ID# 7790652 just to be sure they've
got it.
Original comment by msgilli...@gmail.com
on 24 Mar 2010 at 11:09
Sean, what do you plan to do with issues like this that are older than a few
years, and affect an older OS? Are a lot of these same issues lingering around
in new iOS versions? Should we make a sweep through this list of 2 year old +
issues and do some cleanup?
Original comment by dko...@gmail.com
on 7 Aug 2012 at 11:56
Yeah, I've been doing some of that. You wanna help with cleanup? :)
For this one, can you find what Apple has done with Bug ID# 7790652? If we
want to be thorough we should report what that resolution was here (i.e. Fixe
in iOS 4) make sure this use case works on recent iOS and close this issue.
Original comment by msgilli...@gmail.com
on 11 Aug 2012 at 5:43
Original comment by msgilli...@gmail.com
on 11 Aug 2012 at 5:55
Ok, so to clarify, do we need to support legacy iOS? I think for Android, it
makes sense to support Androids that are within the significant volume of
shipping or installed base (google reports these numbers quarterly). For iOS,
the question is do you care about old iPhones or iPods that can't run iOS 4+ ?
Depending on the answer, we go back and fix for iOS 3.0, or just verify that it
was fixed in iOS 4.0.
Original comment by dko...@gmail.com
on 7 Oct 2012 at 9:30
I'd like to support iOS 3.0 if there is an issue and it is not too much work.
If it's an Apple bug without a workaround, there's not much we can do.
Original comment by msgilli...@gmail.com
on 8 Oct 2012 at 11:10
I went to look at Apple Bug ID# 7790652 and they had requested more
information, which I never provided :(
So they just closed out the bug.
Maybe we should just close out this issue -- nobody has reported it recently.
It would have been nice if Apple had marked it as fixed, though.
Original comment by msgilli...@gmail.com
on 8 Oct 2012 at 11:12
Original issue reported on code.google.com by
GRWi...@gmail.com
on 3 Jul 2009 at 10:51