[GitHub] cordova-medic pull request: CB-7026 Adds info about creating neces...

2014-11-05 Thread vladimir-kotikov
Github user vladimir-kotikov closed the pull request at: https://github.com/apache/cordova-medic/pull/13 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] cordova-medic pull request: CB-6776 Make project/.cordova/config.j...

2014-11-05 Thread vladimir-kotikov
Github user vladimir-kotikov closed the pull request at: https://github.com/apache/cordova-medic/pull/14 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

RE: plugin with AAR

2014-11-05 Thread Fu, Junwei
Thanks for your feedback. I'm agree with you. I have updated the PR (https://github.com/apache/cordova-lib/pull/111 ), could you please take a look it? The PR is requested in CB-3445 branch, should I commit it this patch in master branch? Because I want to use this feature in Cordova 4.0. --

[GitHub] cordova-lib pull request: Add a type named "gradleReference" in fr...

2014-11-05 Thread fujunwei
Github user fujunwei commented on the pull request: https://github.com/apache/cordova-lib/pull/111#issuecomment-61920987 @agrieve @clelland PTAL. Thanks. The blow section will commit to ./bin/remplates/project/build.gradle // PLUGIN GRADLE EXTENSIONS START // PLUGIN GRA

Re: Questions re: plugin variables

2014-11-05 Thread Mark Koudritsky
Variables should to be provided when adding the plugin E.g: cordova plugin add org.some.plugin --variable API_KEY=some_value Example of a plugin that uses variables: http://plugins.cordova.io/#/package/com.phonegap.plugins.facebookconnect Relevant places in the code in cordova-lib: Where

Re: Cordova: Comment on Deleting hidekeyboard and showkeyboard Events

2014-11-05 Thread Joe Bowser
We're spending a lot of time debating killing an undocumented feature that works instead of fixing documented features that don't work. I'm not sure why you're so dead set on deleting this particular feature. On Wed Nov 05 2014 at 3:54:32 PM Andrew Grieve wrote: > Regardless of the technical d

Review: Cordova wp8 & windows 3.7.0 release blog post

2014-11-05 Thread Steven Gill
https://github.com/cordova/apache-blog-posts/blob/master/2014-11-06-cordova-wp-windows-3.7.0.md Please review and send PRs!

Re: Review: Cordova iOS 3.7.0 Release blog post

2014-11-05 Thread Josh Soref
Andrew Grieve wrote: >Don't have time to do a PR, but overall seems the overview of changes >seems >a bit non-user-understandable. >e.g.: >CB-7813 - Added unit test >CB-7735 - Update cordova.js snapshot with the bridge fix (what's the fix >now?) I dropped those :) As a general rule, we should dr

Re: Review: Cordova iOS 3.7.0 Release blog post

2014-11-05 Thread Josh Soref
Shazron wrote: >https://github.com/cordova/apache-blog-posts/blob/master/2014-11-05-cordov >a-ios-3.7.0.md > >Please review and send PRs! Please merge my PR quickly, it isn't split, and I don't want someone to cause conflicts :(

Re: Review: Cordova iOS 3.7.0 Release blog post

2014-11-05 Thread Andrew Grieve
Don't have time to do a PR, but overall seems the overview of changes seems a bit non-user-understandable. e.g.: CB-7813 - Added unit test CB-7735 - Update cordova.js snapshot with the bridge fix (what's the fix now?) lgtm even if you don't prune more though. Should run it through _posts/linkify-b

Re: Cordova: Comment on Deleting hidekeyboard and showkeyboard Events

2014-11-05 Thread Andrew Grieve
Regardless of the technical debt, these events: 1. Don't exist on iOS nor Windows (didn't check other platforms) 2. Are not documented (at least not at http://cordova.apache.org/docs/en/4.0.0/cordova_events_events.md.html#Events ) 3. Are implemented using logic that could be done in JS (using onres

Re: Adding ability to add any platform on any OS

2014-11-05 Thread Andrew Grieve
That's my understanding. Don't do check_reqs until the start of an operation that depends on the reqs (e.g. a build) On Wed, Nov 5, 2014 at 2:37 PM, Parashuram Narasimhan (MS OPEN TECH) < panar...@microsoft.com> wrote: > Could we postpone the check-reqs script to prepare instead on when adding >

[GitHub] cordova-ios pull request: CB-5706 convert some of the bash scripts...

2014-11-05 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-ios/pull/118#issuecomment-61902405 Had a scan over the code and nothing jumped out as unusual :). Only thing is it'd be good to use 4 space indent since that's the prevailing style everywhere else.

Review: Cordova iOS 3.7.0 Release blog post

2014-11-05 Thread Shazron
https://github.com/cordova/apache-blog-posts/blob/master/2014-11-05-cordova-ios-3.7.0.md Please review and send PRs!

[GitHub] cordova-plugin-media pull request: CB-7945 Made media.spec.15 and ...

2014-11-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-media/pull/35 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the fe

[GitHub] cordova-medic pull request: Windows Universal Apps support and imp...

2014-11-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-medic/pull/16 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature i

Questions re: plugin variables

2014-11-05 Thread Treggiari, Leo
I'm having a hard time understanding exactly how plugin variables work. It's probably a level of detail that only plugin developers and tool developers need to be concerned about. I'd appreciate it if someone can give me the answers. 1. "variables can be indicated by a dollar-sign followed by

Re: [GitHub] cordova-ios pull request: CB-5706 convert some of the bash scripts...

2014-11-05 Thread Jesse
Next test, one of you commit a project that includes a plugin, + ios + windows platforms, and see if the other can build/run it ... @purplecabbage risingj.com On Wed, Nov 5, 2014 at 2:20 PM, martincgg wrote: > Github user martincgg commented on the pull request: > > https://github.com/apac

[GitHub] cordova-ios pull request: CB-5706 convert some of the bash scripts...

2014-11-05 Thread martincgg
Github user martincgg commented on the pull request: https://github.com/apache/cordova-ios/pull/118#issuecomment-61892049 Correct, I performed some testing over Windows platform, it worked like a charm. I ran some commands as: create, platform add, plugin add. After that I adde

[GitHub] cordova-registry-web pull request: Add filter by platform to all p...

2014-11-05 Thread cfjedimaster
GitHub user cfjedimaster opened a pull request: https://github.com/apache/cordova-registry-web/pull/6 Add filter by platform to all plugin view You can merge this pull request into a Git repository by running: $ git pull https://github.com/cfjedimaster/cordova-registry-web mas

[GitHub] cordova-ios pull request: CB-5706 convert some of the bash scripts...

2014-11-05 Thread eymorale
Github user eymorale commented on the pull request: https://github.com/apache/cordova-ios/pull/118#issuecomment-61886196 Thanks @shazron . I had someone test it on Windows, then I pulled their project to my Mac and made sure that the project would build and run when created from Windo

[GitHub] cordova-docs pull request: CB-7113 - Document UseWKWebView config....

2014-11-05 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-docs/pull/222#issuecomment-61884337 Using different approach, this pref will not be needed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as we

[GitHub] cordova-docs pull request: CB-7113 - Document UseWKWebView config....

2014-11-05 Thread shazron
Github user shazron closed the pull request at: https://github.com/apache/cordova-docs/pull/222 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] cordova-docs pull request: CB-7121 - Document MinimumFontSize sett...

2014-11-05 Thread shazron
Github user shazron closed the pull request at: https://github.com/apache/cordova-docs/pull/223 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] cordova-docs pull request: CB-7121 - Document MinimumFontSize sett...

2014-11-05 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-docs/pull/223#issuecomment-61884274 Closing. Using different approach. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project d

Re: Cordova: Comment on Deleting hidekeyboard and showkeyboard Events

2014-11-05 Thread Joe Bowser
On Wed Nov 05 2014 at 1:19:43 PM Jesse wrote: > Michal, are you trolling? > > I don't think this is a troll. This is more about trying to shed some technical debt. This code is old and can break if you change a preference from adjustResize to adjustPan. That said, Ionic wanting to buy our debt

Re: Cordova: Comment on Deleting hidekeyboard and showkeyboard Events

2014-11-05 Thread Jesse
Michal, are you trolling? The goal of ceasing to exist is not about being replaced, it is about seeing the browser implement the features intrinsically. What happens when Ionic decides not to update their plugin, or abandons it? I do think this specific case is best handled in a plugin, but pushi

[GitHub] cordova-ios pull request: CB-5706 convert some of the bash scripts...

2014-11-05 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-ios/pull/118#issuecomment-61882670 looks good to me for OS X, tested it lightly, I'll trust that it works on Windows (don't have capability to test it at the moment) --- If your project is set up for

[GitHub] cordova-plugins pull request: Updated Plugin to iOS 8

2014-11-05 Thread fmgasparino
GitHub user fmgasparino opened a pull request: https://github.com/apache/cordova-plugins/pull/16 Updated Plugin to iOS 8 Apple changed the way Keyboard Views are created and the App would crash when clicked in any input. Now, Apple has the QuickType feature, and they added

[GitHub] cordova-plugin-camera pull request: CB-7937 - Re-factor iOS Camera...

2014-11-05 Thread shazron
GitHub user shazron opened a pull request: https://github.com/apache/cordova-plugin-camera/pull/52 CB-7937 - Re-factor iOS Camera plugin so that it is testable there will be a follow-up PR for https://issues.apache.org/jira/browse/CB-7938 You can merge this pull request into a Git

Fwd: Build signed archives using CLI

2014-11-05 Thread Victor Sosa
Hello Cordova community Curious to know where we stand about this topic. Even though this topic looks to have significant impact on Cordova, Subhag has a document proposal with little discussion activity. I like Subhag's proposal, but I want to bring back the idea of a prompt-less keychain. Is an

Idea for simulating plugins for Cordova Browser [was: RE: Summarizing thoughts on cordova-browser vs Ripple]

2014-11-05 Thread Ali Satter
+1 to what Kirupa said The idea here would be to have a secondary workflow for the browser platform that would include the necessary metadata for mock plugin functionality. Ideally: the mock behavior is implemented/provided by the pluginplugins provide optional model-based UI for controlling/

Re: FW: Adding Windows tests to ci.cordova.io

2014-11-05 Thread Steven Gill
I think you need to follow the steps at http://ci.apache.org/buildbot.html On Wed, Nov 5, 2014 at 11:39 AM, Parashuram Narasimhan (MS OPEN TECH) < panar...@microsoft.com> wrote: > I have never opened an INFRA ticket before. Can someone please help with > opening an Apache INFRA ticket where we co

RE: FW: Adding Windows tests to ci.cordova.io

2014-11-05 Thread Parashuram Narasimhan (MS OPEN TECH)
I have never opened an INFRA ticket before. Can someone please help with opening an Apache INFRA ticket where we could get a VM ? My team could do built bot setup on master on that machine, and we could then pool our resources to add slaves. I also read that there are others who run medic, so it

RE: Adding ability to add any platform on any OS

2014-11-05 Thread Parashuram Narasimhan (MS OPEN TECH)
Could we postpone the check-reqs script to prepare instead on when adding it? This way, all platforms can at least be added on all OSes. One benefit I see of adding iOS on windows for example would be the ability to use remote build agents that just push the source code to a remote machine or a

RE: FW: Adding Windows tests to ci.cordova.io

2014-11-05 Thread Steven Gill
+1 for testing nightlys and moving to apache infra On Nov 5, 2014 11:33 AM, "Parashuram Narasimhan (MS OPEN TECH)" < panar...@microsoft.com> wrote: > A quick question - does it make sense to move the main build bot master to > an Apache Infrastructure? We could then have slaves be independent > de

RE: Cordova Nightly Builds

2014-11-05 Thread Parashuram Narasimhan (MS OPEN TECH)
Can we also run Medic on these nightlies ? My team could volunteer to do that work, if you guys think it is useful. -Original Message- From: agri...@google.com [mailto:agri...@google.com] On Behalf Of Andrew Grieve Sent: Monday, November 3, 2014 7:58 PM To: dev Subject: Re: Cordova Night

RE: FW: Adding Windows tests to ci.cordova.io

2014-11-05 Thread Parashuram Narasimhan (MS OPEN TECH)
A quick question - does it make sense to move the main build bot master to an Apache Infrastructure? We could then have slaves be independent developers, or by folks who already run medic (like google and msopentech). This was the sort of federated model we were looking at. MSOpenTech's medic

RE: cordova-browser plugin polyfills -- which projects already have work in this space?

2014-11-05 Thread Parashuram Narasimhan (MS OPEN TECH)
We have started working on porting some of the plugins to the browser platform. I think we should add JIRA work items for each, and assign to ourselves, if we are starting to work on a plugin to ensure that we don't have 2 folks working on the same plugin :) -Original Message- From: Su

RE: Summarizing thoughts on cordova-browser vs Ripple

2014-11-05 Thread Parashuram Narasimhan (MS OPEN TECH)
MSOpenTech is currently working on porting our ripple-platform prototype - https://github.com/MSOpenTech/cordova-ripple to work on top of cordova-browser. The question on how each plugin exposes a UI to provide mock data is still up for discussion, but Intel has a lot of context on that area.

[GitHub] cordova-lib pull request: Breaking src into submodules

2014-11-05 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-lib/pull/62#issuecomment-61863908 Reposting, my other reply was only back to the dev list. I was planning on going back and looking at this, essentially just to glean info before the re-

Re: [GitHub] cordova-lib pull request: Breaking src into submodules

2014-11-05 Thread Jesse
I was planning on going back and looking at this, essentially just to glean info before the re-do. This will never rebase/merge, so it is essentially dead otherwise. We can close it for the sake of tidiness. @purplecabbage risingj.com On Wed, Nov 5, 2014 at 6:46 AM, mmocny wrote: > Github user

RE: Summarizing thoughts on cordova-browser vs Ripple

2014-11-05 Thread Kirupa Chinnathambi
+1 to what you’ve both stated. Cordova-browser shouldn't be responsible for providing mock data, UI, or any additional functionality for simulating a plug-in. It’s primary goal is to (as you both mention) be responsible for getting apps to run in the browser. Simulating plug-in behavior would b

RE: FW: Adding Windows tests to ci.cordova.io

2014-11-05 Thread Sergey Grebnov (Akvelon)
Hi, I'm going to make a step forward in this direction by adding required changes to Medic and additional improvements today (see below). Please let me know if anyone has some additional ideas, want to discuss/collaborate. 1. Merged Windows/Unix sample config files so that we have single conf

Re: cordova-browser plugin polyfills -- which projects already have work in this space?

2014-11-05 Thread Suraj Pindoria
Just an FYI that geolocation does work in the browser. I tested this over the summer and all the major browsers already have support for it. Suraj. > On Nov 5, 2014, at 9:35 AM, Ray Camden wrote: > > Hmpth - let me look into that post lunch. > > On 11/5/14, 10:53 AM, "Michal Mocny" wrote: >

Re: Cordova: Comment on Deleting hidekeyboard and showkeyboard Events

2014-11-05 Thread Joe Bowser
On Wed Nov 05 2014 at 8:50:59 AM Michal Mocny wrote: > Telling people to turn to [insert any project from the external community] > for [a feature we used to support but is now openly supported elsewhere] -- > sounds amazing to me. > > What happened to the goal of "eventually cease to exist"? >

Re: cordova-browser plugin polyfills -- which projects already have work in this space?

2014-11-05 Thread Ray Camden
Hmpth - let me look into that post lunch. On 11/5/14, 10:53 AM, "Michal Mocny" wrote: >Cool! But I can't find how to do this with "browse all plugins". Appears >to be a filter option on search results but cannot search for * or . -- >and >the filter doesn't persist nor alter url for linkabilit

Re: Summarizing thoughts on cordova-browser vs Ripple

2014-11-05 Thread Michael Brooks
> > In my view, ripple should be built on top of the browser platform work, and > ideally also decouple the UI from the plugin instrumentation, but thats up > to the folks running that effort. > With all this in mind, I think the cordova-browser effort should proceed > with current direction, b

Re: cordova-browser plugin polyfills -- which projects already have work in this space?

2014-11-05 Thread Victor Sosa
Good point, Michal. It would be nice if we could browse the plugins by just filtering the platform. 2014-11-05 10:53 GMT-06:00 Michal Mocny : > Cool! But I can't find how to do this with "browse all plugins". Appears > to be a filter option on search results but cannot search for * or . -- and

Re: cordova-browser plugin polyfills -- which projects already have work in this space?

2014-11-05 Thread Michal Mocny
Cool! But I can't find how to do this with "browse all plugins". Appears to be a filter option on search results but cannot search for * or . -- and the filter doesn't persist nor alter url for linkability. -Michal On Wed, Nov 5, 2014 at 11:46 AM, Ray Camden wrote: > As just an FYI, plugins.c

Re: Cordova: Comment on Deleting hidekeyboard and showkeyboard Events

2014-11-05 Thread Michal Mocny
Telling people to turn to [insert any project from the external community] for [a feature we used to support but is now openly supported elsewhere] -- sounds amazing to me. What happened to the goal of "eventually cease to exist"? On Wed, Nov 5, 2014 at 11:26 AM, Joe Bowser wrote: > On Wed Nov

Re: Let's try to release Cordova-Android 4.0.x soon

2014-11-05 Thread Ian Clelland
I'd love to see us get that out. Ideally, I'd like to see both the pluggable webviews and pluggable whitelists go out with it. Then we can get whitelist plugin, a real Crosswalk plugin, and a GeckoView plugin, published, and we can see what else the community can come up with, with all of the new

Re: cordova-browser plugin polyfills -- which projects already have work in this space?

2014-11-05 Thread Ray Camden
As just an FYI, plugins.cordova.io can now filter to plugins that support browser as a platform. This could be used to figure out what plugins have added support. On 11/5/14, 9:57 AM, "Michal Mocny" wrote: >The process for implementing a browser polyfill (I'm new to this, may be >missing steps

Let's try to release Cordova-Android 4.0.x soon

2014-11-05 Thread Joe Bowser
Hey I know that we've been talking about this for a while, but I think that we've let the 4.0.x branch go on for too long without releasing it and moving it back into mainline. It's getting super insane feature creep and I would rather do a 4.0.x and a 5.0.x instead of cramming more stuff into th

Re: Cordova: Comment on Deleting hidekeyboard and showkeyboard Events

2014-11-05 Thread Joe Bowser
On Wed Nov 05 2014 at 8:21:03 AM Andrew Grieve wrote: > Here's the ionic plugin: > https://github.com/driftyco/ionic-plugins-keyboard/blob/master/src/android/IonicKeyboard.java > > Uses a GlobalLayoutListener. the approach is described here: > http://stackoverflow.com/questions/2150078/how-to-che

Re: Cordova: Comment on Deleting hidekeyboard and showkeyboard Events

2014-11-05 Thread Andrew Grieve
Here's the ionic plugin: https://github.com/driftyco/ionic-plugins-keyboard/blob/master/src/android/IonicKeyboard.java Uses a GlobalLayoutListener. the approach is described here: http://stackoverflow.com/questions/2150078/how-to-check-visibility-of-software-keyboard-in-android Why leave the code

Re: cordova-browser plugin polyfills -- which projects already have work in this space?

2014-11-05 Thread Andrew Grieve
On Wed, Nov 5, 2014 at 10:57 AM, Michal Mocny wrote: > Hi All, > > So there's this new cordova-browser platform thing, which is awesome. I > wanted to get the ball rolling on full plugin support for browser platform > (thanks to Suraj Pindoria + other Adobe folk for the great work so far). > > I

Re: Cordova: Comment on Deleting hidekeyboard and showkeyboard Events

2014-11-05 Thread Joe Bowser
I disagree. We recently fixed this when we went back to adjustResize from adjustPan, and we should just file a bug about the behaviour on the Samsung Tablet.

Summarizing thoughts on cordova-browser vs Ripple

2014-11-05 Thread Michal Mocny
We debated a bit about browser vs ripple at phonegap day (especially Intel folks who have done lots of work here), and the my personal tldr; is that there is in fact a home for both. Basically, browser-platform is for getting apps running in a browser (duh) with as much working functionality as po

Re: Android: activityResultKeepRunning

2014-11-05 Thread Andrew Grieve
Created an issue with proposed changes: https://issues.apache.org/jira/browse/CB-7947. Let's move discussion there. On Tue, Oct 21, 2014 at 12:03 PM, Andrew Grieve wrote: > I don't think there's even been an issue opened for it. Seems like maybe > the proper thing to do here though, is to move t

cordova-browser plugin polyfills -- which projects already have work in this space?

2014-11-05 Thread Michal Mocny
Hi All, So there's this new cordova-browser platform thing, which is awesome. I wanted to get the ball rolling on full plugin support for browser platform (thanks to Suraj Pindoria + other Adobe folk for the great work so far). I know a bunch of people/teams have independently solved a lot of th

Re: Strange javascript queue problem

2014-11-05 Thread Pierre Gaston
thanks, it's not, but i will try 3.6.0 nonetheless. On Wed, Nov 5, 2014 at 5:04 PM, Andrew Grieve wrote: > If your app is a multi-page app, then likely this is a bug that was fixed > in cordova-android 3.6.0. > > On Wed, Nov 5, 2014 at 5:53 AM, Pierre Gaston > wrote: > > > I'm using cordova 3.5

Re: Strange javascript queue problem

2014-11-05 Thread Andrew Grieve
If your app is a multi-page app, then likely this is a bug that was fixed in cordova-android 3.6.0. On Wed, Nov 5, 2014 at 5:53 AM, Pierre Gaston wrote: > I'm using cordova 3.5.1 on a 4.1 android device without SystemUI as a > kiosk. > > I don't see anything suspect except that the callback of m

[GitHub] cordova-plugin-media pull request: CB-7945 Made media.spec.15 and ...

2014-11-05 Thread MariaBukharina
GitHub user MariaBukharina opened a pull request: https://github.com/apache/cordova-plugin-media/pull/35 CB-7945 Made media.spec.15 and media.spec.16 auto tests green https://issues.apache.org/jira/browse/CB-7945 You can merge this pull request into a Git repository by running:

[GitHub] cordova-plugin-file-transfer pull request: CB-7944 Pending unsuppo...

2014-11-05 Thread MariaBukharina
GitHub user MariaBukharina opened a pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/48 CB-7944 Pending unsupported auto tests for windows https://issues.apache.org/jira/browse/CB-7944 You can merge this pull request into a Git repository by running: $

Re: Cordova: Comment on Deleting hidekeyboard and showkeyboard Events

2014-11-05 Thread Andrew Grieve
Thanks Kevin. Forwarding to dev@ mailing list. Seems like a candidate for 4.0.x branch? I think those that want to know about the keyboard just use Ionic's keyboard plugin anyways, since that works with newer Android versions. On Tue, Nov 4, 2014 at 9:41 PM, Kevin Nuss wrote: > I don’t have an

[GitHub] cordova-lib pull request: Breaking src into submodules

2014-11-05 Thread mmocny
Github user mmocny commented on the pull request: https://github.com/apache/cordova-lib/pull/62#issuecomment-61817080 Should we close this? Are we still hoping to make these changes? Did they land with a different set of patches? --- If your project is set up for it, you can reply

[GitHub] cordova-plugin-geolocation pull request: Do not stop updating loca...

2014-11-05 Thread tiff
GitHub user tiff opened a pull request: https://github.com/apache/cordova-plugin-geolocation/pull/29 Do not stop updating location when the error is 'kCLErrorLocationUnknown' After 8-12 minutes the location plugin stops updating because of an error that can be ignored (kCLErrorLocat

Strange javascript queue problem

2014-11-05 Thread Pierre Gaston
I'm using cordova 3.5.1 on a 4.1 android device without SystemUI as a kiosk. I don't see anything suspect except that the callback of my plugins calls are trigger on the next call. That is, the first callback doesn't seem to run until I call another method, then on the third call I see the callbac