Not sure I fully understand you. So how do I achieve the desired result? I just want it so when the user clicks an external link, the loader informs them what is happening - a bit like this article:
http://nachbaur.com/blog/telling-your-user-that-a-phonegap-application-is-busyOn Tue, Sep 7, 2010 at 11:34 AM, Marcus Wilhelm <mwil...@me.com> wrote:
First return false avoid loadingStop to be called, second setting href is async, means that the side still loads after your doThis function ends.
What you try is simply not possible, because the google code will override your javascript logic - you cannot handle the window.onload event anymore which would be the correct place to do loadingStop.
regards
Marcus
> --
> You received this message because you are subscribed to the Google
> Groups "phonegap" group.
> To post to this group, send email to phon...@googlegroups.com
> To unsubscribe from this group, send email to
> phonegap+u...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/phonegap?hl=en?hl=en
>
> For more info on PhoneGap or to download the code go to www.phonegap.com
Marcus