Re: Suggestion - pluginLoader

2013-06-21 Thread Filip Maj
; > >> > cordova.pluginLoader(...) >> > >> > In this pattern pluginLoader could either have multiple different >>modes or >> > developers could override it (or both). >> > At the moment I am having to change each plugin to not define its >>loading

RE: Suggestion - pluginLoader

2013-06-21 Thread J Prince
e testing with it to see what can be done. > From: agri...@chromium.org > Date: Fri, 21 Jun 2013 11:28:28 -0400 > Subject: Re: Suggestion - pluginLoader > To: dev@cordova.apache.org > > aha, so previously we didn't help plugins along at all. > > With plugman-compatibl

Re: Suggestion - pluginLoader

2013-06-21 Thread Andrew Grieve
t the moment I am having to change each plugin to not define its loading > implementation. > > > > From: agri...@chromium.org > > Date: Fri, 21 Jun 2013 10:22:35 -0400 > > Subject: Re: Suggestion - pluginLoader > > To: dev@cordova.apache.org > > > > For

RE: Suggestion - pluginLoader

2013-06-21 Thread J Prince
t; From: agri...@chromium.org > Date: Fri, 21 Jun 2013 10:22:35 -0400 > Subject: Re: Suggestion - pluginLoader > To: dev@cordova.apache.org > > For your actual app, you're free to use any JS loader that you'd like. > > Are there really many existing Cordova plugins tha

Re: Suggestion - pluginLoader

2013-06-21 Thread Andrew Grieve
ng that would always be loaded. > > > > From: agri...@chromium.org > > Date: Fri, 21 Jun 2013 09:12:42 -0400 > > Subject: Re: Suggestion - pluginLoader > > To: dev@cordova.apache.org > > > > Hi Jonathan, > > > > First, thanks for a well-writ

RE: Suggestion - pluginLoader

2013-06-21 Thread J Prince
ys be loaded. > From: agri...@chromium.org > Date: Fri, 21 Jun 2013 09:12:42 -0400 > Subject: Re: Suggestion - pluginLoader > To: dev@cordova.apache.org > > Hi Jonathan, > > First, thanks for a well-written proposal. At least for me, I'm not really > sure that

Re: Suggestion - pluginLoader

2013-06-21 Thread Andrew Grieve
milar discussions before and don't want to start THAT again > > > > From: princej.w...@hotmail.co.uk > > To: dev@cordova.apache.org > > Subject: RE: Suggestion - pluginLoader > > Date: Tue, 18 Jun 2013 16:55:19 +0100 > > > > I have (briefly) looked at

RE: Suggestion - pluginLoader

2013-06-21 Thread J Prince
s d) You've had similar discussions before and don't want to start THAT again > From: princej.w...@hotmail.co.uk > To: dev@cordova.apache.org > Subject: RE: Suggestion - pluginLoader > Date: Tue, 18 Jun 2013 16:55:19 +0100 > > I have (briefly) looked at Harmony loader

RE: Suggestion - pluginLoader

2013-06-18 Thread J Prince
suggested approach would result in plugins that could be loaded in multiple different ways including (but not limited to); "classic" window.plugins, cordova.define and require.js > From: jbo...@openmv.com > To: dev@cordova.apache.org > Subject: RE: Suggestion - pluginLoader

RE: Suggestion - pluginLoader

2013-06-18 Thread jbo...@openmv.com
[mailto:princej.w...@hotmail.co.uk] Sent: Monday, June 17, 2013 7:27 AM To: dev@cordova.apache.org Subject: RE: Suggestion - pluginLoader There are a few main reasons. 1. The app I am working on is an Enterprise app. We are designing the app as a Cordova shell that re-directs to all the html content. This

RE: Suggestion - pluginLoader

2013-06-17 Thread J Prince
:52 -0700 > Subject: Re: Suggestion - pluginLoader > From: b...@brian.io > To: dev@cordova.apache.org > > Hey Jonathan, looks super interesting. I'd like to better understand > the motivations / use case. So, can you describe more about why you > want to dynamically load modules for a plugin? > >

Re: Suggestion - pluginLoader

2013-06-17 Thread Brian LeRoux
Hey Jonathan, looks super interesting. I'd like to better understand the motivations / use case. So, can you describe more about why you want to dynamically load modules for a plugin? On Sat, Jun 15, 2013 at 9:16 AM, J Prince wrote: > In my project I wanted to dynamically load plugin modules (wi