Re: Cordova plugins

2021-07-16 Thread Norman Breau
Hi Vladyslav, This mailing list is only for development of the Cordova framework, not for support for building apps or plugins with Cordova. For support, I'd suggest try asking in our Slack community at http://slack.cordova.io/ Alternatively, you can also try asking on StackOverflow at https

RE: Cordova Plugins with Symlinks

2015-05-07 Thread Chuck Lantz
t seems to work - Anyone know if there are potential unintended side-effects of doing that? -Chuck -Original Message- From: Chuck Lantz [mailto:cla...@microsoft.com] Sent: Thursday, May 7, 2015 8:05 AM To: dev@cordova.apache.org Subject: RE: Cordova Plugins with Symlinks Possibly

RE: Cordova Plugins with Symlinks

2015-05-07 Thread Chuck Lantz
an acceptable workaround. Need to validate. -Chuck -Original Message- From: agri...@google.com [mailto:agri...@google.com] On Behalf Of Andrew Grieve Sent: Thursday, May 7, 2015 6:55 AM To: dev Subject: Re: Cordova Plugins with Symlinks Could we fix our un-tarring logic to create symlin

Re: Cordova Plugins with Symlinks

2015-05-07 Thread Andrew Grieve
. #1 is likely a > bit more robust. > > -Chuck > > -Original Message- > From: Josh Soref [mailto:jso...@blackberry.com] > Sent: Wednesday, May 6, 2015 11:05 AM > To: dev@cordova.apache.org > Subject: RE: Cordova Plugins with Symlinks > > It should be possible f

RE: Cordova Plugins with Symlinks

2015-05-06 Thread Chuck Lantz
these hooks and add them to the default template for plugins and in addition to the docs. #1 is likely a bit more robust. -Chuck -Original Message- From: Josh Soref [mailto:jso...@blackberry.com] Sent: Wednesday, May 6, 2015 11:05 AM To: dev@cordova.apache.org Subject: RE: Cordova Pl

RE: Cordova Plugins with Symlinks

2015-05-06 Thread Josh Soref
another directory, other platforms should be able to do similar. > -Original Message- > From: Shazron [mailto:shaz...@gmail.com] > Sent: Wednesday, May 06, 2015 1:23 PM > To: dev@cordova.apache.org > Subject: Re: Cordova Plugins with Symlinks > > Ordinarily I agree with Je

Re: Cordova Plugins with Symlinks

2015-05-06 Thread Shazron
--- > From: Jesse [mailto:purplecabb...@gmail.com] > Sent: Wednesday, May 6, 2015 9:16 AM > To: dev@cordova.apache.org > Subject: Re: Cordova Plugins with Symlinks > > I think in this case we should be not be using symlinks. All of our output > project types support adding a referen

RE: Cordova Plugins with Symlinks

2015-05-06 Thread Chuck Lantz
ediate the problem does it not? -Chuck -Original Message- From: Jesse [mailto:purplecabb...@gmail.com] Sent: Wednesday, May 6, 2015 9:16 AM To: dev@cordova.apache.org Subject: Re: Cordova Plugins with Symlinks I think in this case we should be not be using symlinks. All of our output pro

Re: Cordova Plugins with Symlinks

2015-05-06 Thread Jesse
I think in this case we should be not be using symlinks. All of our output project types support adding a reference to a file or folder, we should leverage this directly. Of course, this could possibly lead to forward vs back slash issues, but should be easier than running hook hacks. At least

RE: Cordova Plugins

2014-11-17 Thread Ryan Finnesey
It does thank you! Sent from my Windows Phone From: Jesse<mailto:purplecabb...@gmail.com> Sent: ‎11/‎17/‎2014 7:32 PM To: dev@cordova.apache.org<mailto:dev@cordova.apache.org> Subject: Re: Cordova Plugins In this case, the platform itself is not suppo

Re: Cordova Plugins

2014-11-17 Thread Jesse
In this case, the platform itself is not supported, so you will not find any plugins for anything pre WP7.5 Hopefully that saves you some time. @purplecabbage risingj.com On Mon, Nov 17, 2014 at 4:23 PM, Shazron wrote: > Also, when in your project folder you can do: > > cordova plugin search

Re: Cordova Plugins

2014-11-17 Thread Shazron
Also, when in your project folder you can do: cordova plugin search 'barcode' replace 'barcode' with your search term. On Mon, Nov 17, 2014 at 4:07 PM, tommy-carlos williams wrote: > Cordova / PhoneGap plugin repositories: > > http://plugins.cordova.io/ > http://plugins.telerik.com/ > https://

Re: Cordova Plugins

2014-11-17 Thread tommy-carlos williams
Cordova / PhoneGap plugin repositories: http://plugins.cordova.io/ http://plugins.telerik.com/ https://build.phonegap.com/plugins http://plugreg.com/plugins --  tommy-carlos williams On 18 November 2014 at 11:03:40, Ryan Finnesey (r...@finnesey.com) wrote: Where can I find a list of Cordova P

Re: [cordova-plugins/statusbar] Publishing as core

2014-03-13 Thread Shazron
Had to get infra to re-create the statusbar repo since I mistakenly asked it to be named "cordova-statusbar" instead of "cordova-plugin-statusbar" (thus the flurry of statusbar commits again) On Thu, Mar 13, 2014 at 12:43 PM, Shazron wrote: > cordova-statusbar created, that was fast. I'm migrat

Re: [cordova-plugins/statusbar] Publishing as core

2014-03-13 Thread Shazron
cordova-statusbar created, that was fast. I'm migrating the statusbar folder to that repo now. On Thu, Mar 13, 2014 at 12:35 PM, Shazron wrote: > https://issues.apache.org/jira/browse/INFRA-7444 > > > On Thu, Mar 13, 2014 at 11:50 AM, Shazron wrote: > >> Alright, I'm going to start on this tod

Re: [cordova-plugins/statusbar] Publishing as core

2014-03-13 Thread Shazron
https://issues.apache.org/jira/browse/INFRA-7444 On Thu, Mar 13, 2014 at 11:50 AM, Shazron wrote: > Alright, I'm going to start on this today: > > org.apache.cordova.keyboard stays in cordova-plugins but has a new > namespace: org.apache.cordova.labs.keyboard > org.apache.cordova.statusbar stay

Re: [cordova-plugins/statusbar] Publishing as core

2014-03-13 Thread Jesse
+1 sgtm @purplecabbage risingj.com On Thu, Mar 13, 2014 at 11:50 AM, Shazron wrote: > Alright, I'm going to start on this today: > > org.apache.cordova.keyboard stays in cordova-plugins but has a new > namespace: org.apache.cordova.labs.keyboard > org.apache.cordova.statusbar stays in cordova-

Re: [cordova-plugins/statusbar] Publishing as core

2014-03-13 Thread Shazron
Alright, I'm going to start on this today: org.apache.cordova.keyboard stays in cordova-plugins but has a new namespace: org.apache.cordova.labs.keyboard org.apache.cordova.statusbar stays in cordova-plugins *for now* until we get a new repo, and keeps its existing namespace On Tue, Mar 11, 2014

Re: [cordova-plugins/statusbar] Publishing as core

2014-03-11 Thread Michal Mocny
On Mon, Mar 10, 2014 at 4:07 PM, Jesse wrote: > More on the concept of rolling into a platform ... > My distinction is that there are some things that every platform should > consider a baseline of browser functionality, and if the OS SDKs do not > provide it out of the box, then we should. Some

Re: [cordova-plugins/statusbar] Publishing as core

2014-03-11 Thread Jesse
oops, yeah Shaz. "statusbar namespace does *not* change" @purplecabbage risingj.com On Tue, Mar 11, 2014 at 11:50 AM, Shazron wrote: > The proposal looks good to me. Since the majority of the code for the two > plugins have been contributed by me, I will continue to help maintain them. > One t

Re: [cordova-plugins/statusbar] Publishing as core

2014-03-11 Thread Shazron
The proposal looks good to me. Since the majority of the code for the two plugins have been contributed by me, I will continue to help maintain them. One thing though -- "statusbar namespace changes" -- I believe you wanted to say "statusbar namespace does *not* change" On Tue, Mar 11, 2014 at

Re: [cordova-plugins/statusbar] Publishing as core

2014-03-11 Thread Andrew Grieve
sgtm On Tue, Mar 11, 2014 at 2:01 PM, Jesse wrote: > Andrew, I agree with all of that, and never suggested that statusbar not be > a plugin. > > Attempting to rescue this thread into something we can do? ... > > > > Plugins: > [PROPOSAL] > org.apache.cordova.labs.keyboard > - a iOS only keyboar

Re: [cordova-plugins/statusbar] Publishing as core

2014-03-11 Thread Jesse
Andrew, I agree with all of that, and never suggested that statusbar not be a plugin. Attempting to rescue this thread into something we can do? ... Plugins: [PROPOSAL] org.apache.cordova.labs.keyboard - a iOS only keyboard plugin doing some very iOS specific stuff, lives in labs - there is no

Re: [cordova-plugins/statusbar] Publishing as core

2014-03-11 Thread Brian LeRoux
I like this idea. Achieves all concerns. (Separation thereof, and onboarding ease.) On Tue, Mar 11, 2014 at 9:04 AM, Carlos Santana wrote: > +1 Keep it as a plugin not embed into platform repo > > default plugins ? > > what about binding a set of default plugins with our www template app (the >

Re: [cordova-plugins/statusbar] Publishing as core

2014-03-11 Thread Carlos Santana
+1 Keep it as a plugin not embed into platform repo default plugins ? what about binding a set of default plugins with our www template app (the template app specified what plugins are required) meaning associate a set of plugins with a template www app, and not associate with platform or cli

Re: [cordova-plugins/statusbar] Publishing as core

2014-03-11 Thread Andrew Grieve
Plugins allow us to share JS. Rolling statusbar into platforms means different JS for all platforms, and make it easier for the APIs to diverge. Plugins allow us to share docs, and to have the docs live with the code. APIs like Android's "app" plugin don't have very good docs (or maybe they are ju

RE: [cordova-plugins/statusbar] Publishing as core

2014-03-11 Thread Jonathan Bond-Caron
On Mon Mar 10 04:07 PM, Jesse wrote: > More on the concept of rolling into a platform ... > My distinction is that there are some things that every platform should > consider a > baseline of browser functionality, and if the OS SDKs do not provide it out > of the > box, then we should. Some examp

RE: [cordova-plugins/statusbar] Publishing as core

2014-03-11 Thread Jonathan Bond-Caron
> Import 'plaforms/android' into Eclipse: > https://onedrive.live.com/?gologin=1&mkt=en- > US#cid=295047487FC4F731&id=295047487FC4F731%215602&v=3 > > Broken... but "cordova run" works... Is using eclipse still a 'core' thing? > It's a "still want to use an IDE" thing. My preference is a cordova th

RE: [cordova-plugins/statusbar] Publishing as core

2014-03-11 Thread Jonathan Bond-Caron
On Mon Mar 10 02:52 PM, Brian LeRoux wrote: > While I wholeheartedly agree plugins, clean separation of concerns, discreet > repos, all have big benefits if every single developer installs a plugin on > day 1 that > is specific to a particular platform I feel that might be a good indication > the

Re: [cordova-plugins/statusbar] Publishing as core

2014-03-10 Thread Sidney Bofah
+1 On 10 Mar 2014, at 20:05, Tommy-Carlos Williams wrote: > +1 > > > On 11 Mar 2014, at 5:52 am, Brian LeRoux wrote: > >> While I wholeheartedly agree plugins, clean separation of concerns, >> discreet repos, all have big benefits if every single developer installs a >> plugin on day 1 that

Re: [cordova-plugins/statusbar] Publishing as core

2014-03-10 Thread Jesse
More on the concept of rolling into a platform ... My distinction is that there are some things that every platform should consider a baseline of browser functionality, and if the OS SDKs do not provide it out of the box, then we should. Some examples of this : 1. Local XHR, Windows Phone does not

Re: [cordova-plugins/statusbar] Publishing as core

2014-03-10 Thread Tommy-Carlos Williams
+1 On 11 Mar 2014, at 5:52 am, Brian LeRoux wrote: > While I wholeheartedly agree plugins, clean separation of concerns, > discreet repos, all have big benefits if every single developer installs a > plugin on day 1 that is specific to a particular platform I feel that might > be a good indicat

Re: [cordova-plugins/statusbar] Publishing as core

2014-03-10 Thread Brian LeRoux
While I wholeheartedly agree plugins, clean separation of concerns, discreet repos, all have big benefits if every single developer installs a plugin on day 1 that is specific to a particular platform I feel that might be a good indication the platform should conditionally roll that plugin in. I th

RE: [cordova-plugins/statusbar] Publishing as core

2014-03-10 Thread Jonathan Bond-Caron
On Mon Mar 10 12:51 PM, Michal Mocny wrote: > > I think we can solve that problem using a plethora of better > alternatives, including > install scripts (perhaps with a generator > like yeoman, perhaps my just pasting > snippets in tutorials), by > supporting plugin dependencies for platforms, or

Re: [cordova-plugins/statusbar] Publishing as core

2014-03-10 Thread Michal Mocny
Whats the benefit of rolling plugins into a platform? The only one I can see is "installed by default" which means better "out of box" experience for new users. I think we can solve that problem using a plethora of better alternatives, including install scripts (perhaps with a generator like yeom

Re: [cordova-plugins/statusbar] Publishing as core

2014-03-10 Thread Brian LeRoux
I like it. Statusbar is considered core by the community. That said, should it be rolled into the platform as a feature? On Mon, Mar 10, 2014 at 7:39 AM, Andrew Grieve wrote: > What does core mean? > > Does "core" mean that it has the namespace "org.apache.cordova."? > Does "core" mean that it

Re: [cordova-plugins/statusbar] Publishing as core

2014-03-10 Thread Andrew Grieve
What does core mean? Does "core" mean that it has the namespace "org.apache.cordova."? Does "core" mean that it is something we will support? Does "core" mean that it is something that applies to multiple platforms? I would like "core" to be the first two. And by "we", I mean at least one commit

Re: [cordova-plugins/statusbar] Publishing as core

2014-03-07 Thread purplecabbage
StatusBar wp7+8 is mostly done. Just testing some stuff now. Sent from my iPhone > On Mar 7, 2014, at 3:30 PM, Shazron wrote: > > Technically there are two platforms right now. Android has minimal support, > and Jesse wants to do WP8 (again minimal), so thats another. > > >> On Fri, Mar 7, 2

Re: [cordova-plugins/statusbar] Publishing as core

2014-03-07 Thread Tommy Williams
Well, as much as I'd like the faster iteration of plugins, I think from a user perspective that these two bits of functionality are pretty important. Users need them. iOS apps without the status bar plugin are fairly limited in how they can be styled, etc. The default is dark text, so only a light

Re: [cordova-plugins/statusbar] Publishing as core

2014-03-07 Thread Shazron
Technically there are two platforms right now. Android has minimal support, and Jesse wants to do WP8 (again minimal), so thats another. On Fri, Mar 7, 2014 at 3:23 PM, Anis KADRI wrote: > +1 for labs. it doesn't really make sense to have them in core if they only > support one platform. > > >

Re: [cordova-plugins/statusbar] Publishing as core

2014-03-07 Thread Anis KADRI
+1 for labs. it doesn't really make sense to have them in core if they only support one platform. On Thu, Mar 6, 2014 at 8:47 AM, James Jong wrote: > Similar to keyboard plugin, I like the idea of letting this bake in labs > for now and moving them into core if we see multiple platforms start >

Re: [cordova-plugins/statusbar] Publishing as core

2014-03-06 Thread James Jong
Similar to keyboard plugin, I like the idea of letting this bake in labs for now and moving them into core if we see multiple platforms start needing a similar API. So (a) and (c) for me. I would add that the iOS 6/7 specific code may not make sense as "core”. -James Jong On Mar 5, 2014, at 9

Re: [cordova-plugins/keyboard] Publishing as core

2014-03-06 Thread James Jong
I like the idea of letting this bake in labs for now and moving them into core if we see multiple platforms start needing a similar API. So (a) and (c) for me. -James Jong On Mar 5, 2014, at 8:19 PM, Shazron wrote: > Some background on the keyboard plugin. > > This was extracted from the iOS

Re: [cordova-plugins/statusbar] Publishing as core

2014-03-05 Thread Jesse
I have created a task in JIRA for all the statusbar related discussion. [1] There are numerous inconsistencies we need to address here. [1] https://issues.apache.org/jira/browse/CB-6177 @purplecabbage risingj.com On Wed, Mar 5, 2014 at 5:15 PM, Shazron wrote: > Some background on the statusba

Re: [cordova-plugins/keyboard] Publishing as core

2014-03-05 Thread Shazron
Some background on the keyboard plugin. This was extracted from the iOS core, and put into its own plugin so updates are not tied to a platform release, and fixes can be rapid. Someone filed this issue https://issues.apache.org/jira/browse/CB-6176 and I didn't know that BlackBerry also supported s

Re: [cordova-plugins/statusbar] Publishing as core

2014-03-05 Thread Shazron
Some background on the statusbar plugin. This was conceived because of iOS 7 where the statusbar overlays the webview, and a lot of people didn't like their UI changing especially if they still support iOS 6. That is the primary purpose of this plugin, but there are other features in there as well

Re: [cordova-plugins/statusbar] Publishing as core

2014-03-05 Thread Michal Mocny
(a) Yes. (b) No -- some organizations (Adobe) don't like this, and we respect that. We also want to point users at these plugins, so its good to have developers protected by Apache. (c) Sure -- so long as labs is clearly separate, and we leave them out of blogs / plugin release notes, and we don't

Re: cordova-plugins repo release

2013-11-28 Thread Steven Gill
Yeah I have been saying to do them independent of the plugin releases I do. The authors have been doing that so far. On Thu, Nov 28, 2013 at 12:01 PM, Brian LeRoux wrote: > ya I think/thought so too > > > On Wed, Nov 27, 2013 at 8:41 PM, Michal Mocny wrote: > > > I think the conclusion was tha

Re: cordova-plugins repo release

2013-11-28 Thread Brian LeRoux
ya I think/thought so too On Wed, Nov 27, 2013 at 8:41 PM, Michal Mocny wrote: > I think the conclusion was that cordova-plugins are just *not* included in > plugin releases. > > > On Wed, Nov 27, 2013 at 11:32 PM, Andrew Grieve >wrote: > > > Back to the original question - we should specify h

Re: cordova-plugins repo release

2013-11-27 Thread Michal Mocny
I think the conclusion was that cordova-plugins are just *not* included in plugin releases. On Wed, Nov 27, 2013 at 11:32 PM, Andrew Grieve wrote: > Back to the original question - we should specify how cordova-plugins > should be included in plugin releases. > > Really, the thing we need is to

Re: cordova-plugins repo release

2013-11-27 Thread Andrew Grieve
Back to the original question - we should specify how cordova-plugins should be included in plugin releases. Really, the thing we need is to be able to know if there are any unreleased commits and to update releasenotes.md for each plugin. I think it'd be enough to run "git log -- plugin-dir" and

Re: cordova-plugins repo release

2013-11-25 Thread Brian LeRoux
the problem wasn't isolated to the repo (there were many problems) but suffice to say lack of shared issue tracking was a key point of failure and inability to discreetly version changesets created more suffering than good On Mon, Nov 25, 2013 at 3:20 PM, Josh Soref wrote: > Lindsey Simon wrote

Re: cordova-plugins repo release

2013-11-25 Thread Josh Soref
Lindsey Simon wrote: > It seems like a shared repo is just a recipe for the troubles of the last > shared repo. For those of us who didn't live through the last shared repo, is there a document describing what happened?  There's a great writeup from some Github using group who accidentally force

Re: cordova-plugins repo release

2013-11-25 Thread Lindsey Simon
It seems like a shared repo is just a recipe for the troubles of the last shared repo. On Mon, Nov 25, 2013 at 1:17 PM, Jesse wrote: > All of this is fine. > > I also see no reason why you cannot hack in your own repo, just ensure you > start with the right license. Nothing says that the apach

Re: cordova-plugins repo release

2013-11-25 Thread Jesse
All of this is fine. I also see no reason why you cannot hack in your own repo, just ensure you start with the right license. Nothing says that the apache git has to be the origin of code. @purplecabbage risingj.com On Mon, Nov 25, 2013 at 1:01 PM, Anis KADRI wrote: > It sounds like we all

Re: cordova-plugins repo release

2013-11-25 Thread Anis KADRI
It sounds like we all agree. Start hacking on cordova-plugins and if/when it's mature move it to its own repository. Publishig from cordova-plugins should not be an issue. On Mon, Nov 25, 2013 at 11:52 AM, Braden Shepherdson wrote: > I'm not sure if I was clear: I am content with the current repo

Re: cordova-plugins repo release

2013-11-25 Thread Braden Shepherdson
I'm not sure if I was clear: I am content with the current repo setup and argue for keeping it as it is. The main core plugins are in their own repos and I support that. On the other hand I support having the cordova-plugins repo as an incubator for experimental projects that either die or graduate

Re: cordova-plugins repo release

2013-11-25 Thread Michal Mocny
Okay -- while I do agree with Braden -- in the interests of not debating again, I'll concede to not publishing core plugins from a shared repo (if for no other reason than for consistency with the other core plugins). But I think its still worth having a cordova-plugins repo for early experiments/

Re: cordova-plugins repo release

2013-11-25 Thread Brian LeRoux
Super disagree about putting src into a single big repo. I get why we do that. I do not buy that we 'have too many repos' or that complexity is minimized by combining. Anyhow: not a discussion I think is even worth us having AGAIN. =/ On Mon, Nov 25, 2013 at 10:32 AM, Braden Shepherdson wrote: >

Re: cordova-plugins repo release

2013-11-25 Thread Braden Shepherdson
Hang on a second: The release you send to the plugman registry doesn't care about git. You point it at a (sub)directory and it uploads the plugin. The version is set by the plugin.xml of that plugin. If we want tags for when those plugins were pushed to npm, what's wrong with tags like "whateverp

Re: cordova-plugins repo release

2013-11-25 Thread Michal Mocny
Would that only be true if you shared readable tag names between plugins? If we used tags unique to each plugin, perhaps by prefixing tags with the target plugins' name, then plugin releases would be isolated, right? -Michal On Fri, Nov 22, 2013 at 8:02 PM, Jesse wrote: > The issue that if us

Re: cordova-plugins repo release

2013-11-22 Thread Jesse
The issue that if use a tag to signify the new version, then the tag is applied to all plugins in the repo. This is probably not a big deal for minor bumps, but when a plugin needs a major bump, they all will. So you will/could have a plugin with a major version bump even though the code has not ch

Re: cordova-plugins repo release

2013-11-22 Thread Michal Mocny
I don't understand, whats the problem? I thought you publish plugins by git-repo & subdir & hash -- so multiple plugins makes no difference. The master & dev branch deal was to do with cordova-3.0 users that did not support plugin repo install from !master branch, right? But none of these plugin

Re: cordova-plugins repo release

2013-11-22 Thread Steven Gill
+1 on one plugin per repo. Would making releasing and tagging much simpler. On Fri, Nov 22, 2013 at 1:29 PM, Carlos Santana wrote: > Yep that's the problem with having independent plugins in a single repo, > and just using directories to separate them. > > If I would have a choice I would strong

Re: cordova-plugins repo release

2013-11-22 Thread Carlos Santana
Yep that's the problem with having independent plugins in a single repo, and just using directories to separate them. If I would have a choice I would strongly encourage one plugin per repo containing its own version and source control. On Friday, November 22, 2013, Shazron wrote: > The cordova

Re: Cordova Plugins and CocoaPods

2013-11-12 Thread Erik Jan de Wit
Hi, This is cool don't get me wrong, but it's just the other way around. With this, one could create a cordova application using CocoaPods, but I want to have a plugin that uses some CocoaPods libraries. Then it would be nice to add a PodFile to your plugin directory and have the cli 'install'

Re: Cordova Plugins and CocoaPods

2013-11-01 Thread Shazron
The core and core plugins are cocoapods already, see the list (search for 'Cordova'): https://github.com/CocoaPods/Specs Someone is maintaining them, modifying the specs for them as versions go out: https://github.com/CocoaPods/Specs/pull/4539 On Thu, Oct 31, 2013 at 8:11 AM, Don Coleman wrote:

Re: Cordova Plugins and CocoaPods

2013-10-31 Thread Erik Jan de Wit
The AeroGear-PushPlugin uses cocoa pods, what would be nice is to be able to include a pod install into the CLI. On 31 Oct,2013, at 16:11 , Don Coleman wrote: > I have some iOS code that we are converting into a Cordova plugin. > > The project uses CocoaPods to manage dependencies. > > Have y

Re: Cordova Plugins with Native Callbacks

2013-04-19 Thread Aaron Charbonneau
Sorry, stupid question, this is exactly what callbackID is for, I can pass that into native and back into java to know which callback to call. On Thu, Apr 18, 2013 at 4:33 PM, Aaron Charbonneau wrote: > Hi, > Does anyone know of any Cordova plugin implementations that do a roundtrip > of callbac