CB-4846

2014-02-21 Thread Erik Jan de Wit
Hi, I’ve created an initial version for https://issues.apache.org/jira/browse/CB-4846 the plugin is located at https://github.com/edewit/cordova-background-plugin Cheers, Erik Jan

Re: CB-4846

2014-02-21 Thread Brian LeRoux
that work? Does Firefox OS have the concept of background services? I know Chrome Mobile Apps guys have been doing some thinking here too. On Fri, Feb 21, 2014 at 2:53 AM, Erik Jan de Wit wrote: > Hi, > > I've created an initial version for > https://issues.apache.org/jira/browse/C

Re: CB-4846

2014-02-21 Thread Joe Bowser
Chrome Mobile Apps guys have been doing some > thinking here too. > > > On Fri, Feb 21, 2014 at 2:53 AM, Erik Jan de Wit wrote: > >> Hi, >> >> I've created an initial version for >> https://issues.apache.org/jira/browse/CB-4846 the plugin is located at

Re: CB-4846

2014-02-21 Thread Shazron
nd services? I know Chrome Mobile Apps guys have been doing some > > thinking here too. > > > > > > On Fri, Feb 21, 2014 at 2:53 AM, Erik Jan de Wit > wrote: > > > >> Hi, > >> > >> I've created an initial version for > &g

Re: CB-4846

2014-02-23 Thread Erik Jan de Wit
ept >> of >>> background services? I know Chrome Mobile Apps guys have been doing some >>> thinking here too. >>> >>> >>> On Fri, Feb 21, 2014 at 2:53 AM, Erik Jan de Wit >> wrote: >>> >>>> Hi, >>>> >>>> I've created an initial version for >>>> https://issues.apache.org/jira/browse/CB-4846 the plugin is located at >>>> https://github.com/edewit/cordova-background-plugin >>>> >>>> Cheers, >>>>Erik Jan >>

Re: CB-4846

2014-02-24 Thread Shazron
at background processing. > >>> > >>> Android services: how would that work? Does Firefox OS have the concept > >> of > >>> background services? I know Chrome Mobile Apps guys have been doing > some > >>> thinking here too. > >>> > >>> > >>> On Fri, Feb 21, 2014 at 2:53 AM, Erik Jan de Wit > >> wrote: > >>> > >>>> Hi, > >>>> > >>>> I've created an initial version for > >>>> https://issues.apache.org/jira/browse/CB-4846 the plugin is located > at > >>>> https://github.com/edewit/cordova-background-plugin > >>>> > >>>> Cheers, > >>>>Erik Jan > >> > >

Re: CB-4846

2014-02-25 Thread Erik Jan de Wit
ithub.com/apache/cordova-plugman) >>>>> >>>>> I really like the idea of us looking at background processing. >>>>> >>>>> Android services: how would that work? Does Firefox OS have the concept >>>> of >>>>> background services? I know Chrome Mobile Apps guys have been doing >> some >>>>> thinking here too. >>>>> >>>>> >>>>> On Fri, Feb 21, 2014 at 2:53 AM, Erik Jan de Wit >>>> wrote: >>>>> >>>>>> Hi, >>>>>> >>>>>> I've created an initial version for >>>>>> https://issues.apache.org/jira/browse/CB-4846 the plugin is located >> at >>>>>> https://github.com/edewit/cordova-background-plugin >>>>>> >>>>>> Cheers, >>>>>> Erik Jan >>>> >> >>

Re: CB-4846

2014-02-25 Thread Shazron
;>>> I think its cool as a user space plugin for now though. Have you > >>>> published > >>>>> it to http://plugins.cordova.io ? (Its just like npm / you can read > up > >>>> on > >>>>> how here: https://github.com/apache/cordova-plugman) > >>>>> > >>>>> I really like the idea of us looking at background processing. > >>>>> > >>>>> Android services: how would that work? Does Firefox OS have the > concept > >>>> of > >>>>> background services? I know Chrome Mobile Apps guys have been doing > >> some > >>>>> thinking here too. > >>>>> > >>>>> > >>>>> On Fri, Feb 21, 2014 at 2:53 AM, Erik Jan de Wit > >>>> wrote: > >>>>> > >>>>>> Hi, > >>>>>> > >>>>>> I've created an initial version for > >>>>>> https://issues.apache.org/jira/browse/CB-4846 the plugin is located > >> at > >>>>>> https://github.com/edewit/cordova-background-plugin > >>>>>> > >>>>>> Cheers, > >>>>>> Erik Jan > >>>> > >> > >> > >

Re: CB-4846

2014-02-25 Thread Jesse
21, 2014 at 1:44 PM, Brian LeRoux wrote: > > >>>>> I think its cool as a user space plugin for now though. Have you > > >>>> published > > >>>>> it to http://plugins.cordova.io ? (Its just like npm / you can > read > > up > > >>>> on > > >>>>> how here: https://github.com/apache/cordova-plugman) > > >>>>> > > >>>>> I really like the idea of us looking at background processing. > > >>>>> > > >>>>> Android services: how would that work? Does Firefox OS have the > > concept > > >>>> of > > >>>>> background services? I know Chrome Mobile Apps guys have been doing > > >> some > > >>>>> thinking here too. > > >>>>> > > >>>>> > > >>>>> On Fri, Feb 21, 2014 at 2:53 AM, Erik Jan de Wit < > ede...@redhat.com> > > >>>> wrote: > > >>>>> > > >>>>>> Hi, > > >>>>>> > > >>>>>> I've created an initial version for > > >>>>>> https://issues.apache.org/jira/browse/CB-4846 the plugin is > located > > >> at > > >>>>>> https://github.com/edewit/cordova-background-plugin > > >>>>>> > > >>>>>> Cheers, > > >>>>>> Erik Jan > > >>>> > > >> > > >> > > > > >

Re: CB-4846

2014-02-25 Thread Erik Jan de Wit
> This sounds to me like somehow the callbackIDs are out of sync. missing a > keepCallback? Right that was it, I thought it had something to do with it being in the background but it was a simple mistake. Fixed it now looks much nicer