Fantastic! _________________________________________~Kerri Shotts, photo (http://www.photokandy.com/)Kandy (http://www.photokandy.com/) Studios LLC (http://www.photokandy.com/) Wanna be our neighbor? Our Facebook page (http://www.facebook.com/pages/photoKandy-Studios/87979941601) & Twitter feed (http://www.twitter.com/photokandy).
On Monday, October 29, 2012 at 2:21 PM, Michal Mocny wrote: > Success! > > After some debugging with Andrew, we have been able to make the exec > bridge work even in resign event. (Testing pause event, too). > > I've uncovered a few bugs in the process and patches will be up soon, > but long story short, I've got local notifications being scheduled on > app resign, huzzah! > > On Sat, Oct 27, 2012 at 4:36 PM, Michal Mocny <[email protected] > (mailto:[email protected])> wrote: > > Thanks for the link, Shaz. > > > > On Fri, Oct 26, 2012 at 10:40 PM, Shazron <[email protected] > > (mailto:[email protected])> wrote: > > > This is something we encountered when playing with the pause and > > > resume events. More details in the iOS Quirks of > > > http://docs.phonegap.com/en/2.1.0/cordova_events_events.md.html#pause > > > > > > On Fri, Oct 26, 2012 at 8:29 AM, Michal Mocny <[email protected] > > > (mailto:[email protected])> wrote: > > > > Local Notifications, especially on ios, are most useful when app is in > > > > the background. It would be handy to be able to schedule them during > > > > the window of time allotted during onAppWillResignActive. > > > > > > > > We even already have handlers for js document events 'resign' and > > > > 'pause' (this one is for a > > > > onAppDidEnterBackground event). (There are some issues with the > > > > javascript here, seems the events aren't properly defined, will file > > > > separately). > > > > > > > > However, no matter how I try, I cannot get more then a trivial amount > > > > of js to execute during the time window before app pauses -- far less > > > > than the allowed 5 seconds. > > > > > > > > According to the only (unreliable) source I've found on the subject, > > > > its simply not possible to use the webview during > > > > onAppWillResignActive: > > > > http://stackoverflow.com/questions/4865742/iphone-webview-onbackground-event > > > > > > > > Does anyone have a better answer here? > > > > > > > > Thanks, > > > > -Michal > > > > > > > > > > > > > > > > >
