Re: [iOS 8] Please duplicate this Apple bug report for WKWebView use in Cordova

2014-08-16 Thread Marc Weiner
Done On Sat, Aug 16, 2014 at 3:46 AM, julio cesar sanchez wrote: > Done > > > 2014-08-16 4:08 GMT+02:00 Shazron : > > > As you know the more dupes the more attention a bug gets. So if you > > have an Apple ID, please go to: > > http://bugreporter.apple.com > > > > and essentially copy my report

Re: Access config.xml preferences from the JavaScript side of a plugin

2014-08-05 Thread Marc Weiner
What about a pre-build hook that parses the config.xml file and generates a config.js file, with a "CorodvaPrefs" or similar object? Marc On Tue, Aug 5, 2014 at 10:15 PM, Juan Cruz Viotti wrote: > Hi everyone, > > I’ve stumbled in the situation where I want to read the value of a > preference

Re: remotely loaded pages

2014-08-01 Thread Marc Weiner
It's technically possible, and even (arguably) legal according to Apple's documentation, depending on the nature of the code and how it's implemented: 3.3.2 An Application may not download or install executable code. Interpreted code may only be used in an Application if all scripts, code and inte

Re: WKWebView for iOS8

2014-07-16 Thread Marc Weiner
Same! Shazron, you're awesome!! On Wed, Jul 16, 2014 at 2:08 PM, Carlos Santana wrote: > Happy to see good news when returning from vacation. :-) > > > On Mon, Jul 7, 2014 at 10:33 PM, Ally Ogilvie wrote: > > > I'm usually an observer here but.. the urge to post was too great! > > > > > http:/

Re: 4.0.x, efcedabe, Patch-Bombing and good faith

2014-07-15 Thread Marc Weiner
I'm new here but I agree with Joe that most/all commits should have a corresponding item in JIRA. The mailing list isn't enough, as it's really hard to track things down that way. With so many people contributing, I think it's a necessity to make sure it's logged in JIRA. Marc On Tue, Jul 15, 20

Re: Verified Plugins Marketplace

2014-07-11 Thread Marc Weiner
Very awesome Rob! Looking forward to using it! Marc On Fri, Jul 11, 2014 at 12:46 PM, Andrew Grieve wrote: > Looks really nice! Thanks Rob! > > Reason for forking is that they've cleaned them up a bit. E.g.: > https://github.com/Telerik-Verified-Plugins/BarcodeScanner/commits/master > > has ad

Re: Howdy

2014-07-01 Thread Marc Weiner
Welcome! I'm also new(ish) to Cordova, and pretty new to participating in open source communities too. The people here are awesome, and it's a pretty active project. Marc On Tue, Jul 1, 2014 at 10:01 PM, ScallopBoat wrote: > Thanks for the warm welcome. I've been working on studying code and

Re: ChromeView progress

2014-06-25 Thread Marc Weiner
Wed, Jun 25, 2014 at 3:30 PM, Marc Weiner > wrote: > > Hey team, > > > > Has anyone had any recent success getting ChromeView integrated into a > > Cordova project? I recently did some research, and the only options I > found > > was a fork of cordova-android, an

ChromeView progress

2014-06-25 Thread Marc Weiner
Hey team, Has anyone had any recent success getting ChromeView integrated into a Cordova project? I recently did some research, and the only options I found was a fork of cordova-android, and CrossWalk, which only supports Cordova 3.3. Both solutions seem to involve creating a separate project, as

Re: Cordova version in a created project

2014-06-25 Thread Marc Weiner
gt; > > development machine? > > > > > > On Wednesday, June 25, 2014, Victor Sosa > wrote: > > > > > > > Hi Marc. > > > > > > > > Thanks for the reply. Even though knowing the version on iOS is a > good > > > > thi

Re: Cordova version in a created project

2014-06-25 Thread Marc Weiner
t; > > > Thanks for the reply. Even though knowing the version on iOS is a good > > > thing, I'd like to know if that's possible in a more generic way, like > a > > > command, or cordova-specific file > > > > > > > > > 2014-06-25 13:14 G

Re: Cordova version in a created project

2014-06-25 Thread Marc Weiner
I'd like to know if that's possible in a more generic way, like > a > > > command, or cordova-specific file > > > > > > > > > 2014-06-25 13:14 GMT-05:00 Marc Weiner > > >: > > > > > > > Open the project in XCode, and

Re: Cordova version in a created project

2014-06-25 Thread Marc Weiner
, I'd like to know if that's possible in a more generic way, like a > command, or cordova-specific file > > > 2014-06-25 13:14 GMT-05:00 Marc Weiner : > > > Open the project in XCode, and click on CordovaLib.xcodeproj. There > should > > be a file called

Re: Cordova version in a created project

2014-06-25 Thread Marc Weiner
Open the project in XCode, and click on CordovaLib.xcodeproj. There should be a file called VERSION with the version number. It only has the major and minor numbers, though. Marc On Wed, Jun 25, 2014 at 1:56 PM, Victor Sosa wrote: > I wonder if there is a way to know in which Cordova version a

Re: Questions about iOS Cordova plugin

2014-06-12 Thread Marc Weiner
I'm assuming you're making calls after the deviceready event, correct? Otherwise, my guess is that either things haven't loaded completely when you made the call, or there are scoping issues, both of which could be resolved by using a setTimeout. Sorry if this is isn't helpful, but I figured I wou

Re: Problem adding camera plugin

2014-06-06 Thread Marc Weiner
, Marc On Fri, Jun 6, 2014 at 4:47 PM, Marc Weiner wrote: > Hey guys, > > Ran into this issue today, and can't find it documented anywhere. I'm > running 3.4.1-0.1.1-dev, not sure if that's the issue. > > I removed the camera plugin, (which used to work), and afte

Problem adding camera plugin

2014-06-06 Thread Marc Weiner
Hey guys, Ran into this issue today, and can't find it documented anywhere. I'm running 3.4.1-0.1.1-dev, not sure if that's the issue. I removed the camera plugin, (which used to work), and after re-adding it, I get the following error when trying to do cordova build: Undefined symbols for archi

Re: Attending WWDC 2014?

2014-06-04 Thread Marc Weiner
On the Web: http://www.photokandy.com/ > > >>>>> > > >>>>> Social Media: > > >>>>> Twitter: @photokandy, http://twitter.com/photokandy > > >>>>> Tumblr: http://photokandy.tumblr.c

Re: Attending WWDC 2014?

2014-06-03 Thread Marc Weiner
ww.photokandy.com/ > >> >> > >> >> Social Media: > >> >> Twitter: @photokandy, http://twitter.com/photokandy > >> >> Tumblr: http://photokandy.tumblr.com/ > >> >> Github: https://github.com/kerrishotts > >> >

Re: Attending WWDC 2014?

2014-06-03 Thread Marc Weiner
WOW! Really?? That sounds promising! On Tue, Jun 3, 2014 at 3:23 PM, Michal Mocny wrote: > WKWebView?! > > > On Tue, Jun 3, 2014 at 3:14 PM, Shazron wrote: > > > See API diffs: > > > https://developer.apple.com/library/prerelease/ios/releasenotes/General/iOS80APIDiffs/index.html > > Some rando

Re: Attending WWDC 2014?

2014-05-30 Thread Marc Weiner
First round is on me :-) > > --Carlos > > > On Fri, May 30, 2014 at 9:06 PM, Marc Weiner > wrote: > > > Lucky! Please take lots of notes, I'm curious what you learn! Glad a part > > of the Cordova community will be going. Have fun! > > > > Marc > > >

Re: Attending WWDC 2014?

2014-05-30 Thread Marc Weiner
Lucky! Please take lots of notes, I'm curious what you learn! Glad a part of the Cordova community will be going. Have fun! Marc On Fri, May 30, 2014 at 3:42 PM, Carlos Santana wrote: > I will be attending wwdc next week, I was wondering if any one else is also > attending and want to setup a

Re: Android: Deprecate WebView.sendJavascript()?

2014-05-26 Thread Marc Weiner
+1 for deprecation sooner and removal in 4.0. Might as well break everything at once. Doesn't sound like it's in the spirit of Cordova. On Mon, May 26, 2014 at 1:16 PM, Michal Mocny wrote: > Should we write a plugin that must be installed along with cordova-android > that does the suggested "se

Re: [Android] 4.x branch

2014-05-23 Thread Marc Weiner
Very cool! Excited for 4.0. Can't wait! Much thanks to everyone involved. Marc On Fri, May 23, 2014 at 1:56 PM, Joe Bowser wrote: > On Fri, May 23, 2014 at 10:45 AM, Marc Weiner > wrote: > > I'm not a committing member (yet), but +1 on this (I'm new to this lis

Re: [Android] 4.x branch

2014-05-23 Thread Marc Weiner
I'm not a committing member (yet), but +1 on this (I'm new to this list). Makes sense to keep separate, if you're breaking things and changing the API a lot. I'm really excited about pluggable webviews, (like, really really excited). Just want to confirm, that means it would only work on Android 4.

Re: Missed CB-2606's birthday

2014-04-24 Thread Marc Weiner
I would love to see more support on this issue as well. On Thu, Apr 24, 2014 at 1:54 AM, Axel Nennker wrote: > https://issues.apache.org/jira/browse/CB-2606 is now one year old. > > Happy birthday! > > Please merge > https://github.com/apache/cordova-cli/pull/166 >

Re: [VOTE] cordoav-cli@3.4.1-0.1.0, cordova-plugman@0.21.0 and cordova-ios@3.4.1

2014-04-04 Thread Marc Weiner
Sorry, it's early :-/ I meant the declared dependency in the cli's package and npm-shrinkwrap files. On Fri, Apr 4, 2014 at 11:40 AM, Marc Weiner wrote: > Sorry for not specifying. I was getting a 404 during the install, so I > changed the version of plugman in the pack

Re: [VOTE] cordoav-cli@3.4.1-0.1.0, cordova-plugman@0.21.0 and cordova-ios@3.4.1

2014-04-04 Thread Marc Weiner
n's > package.json file? Or the declared dependency in cli's package.json? > > > > On Fri, Apr 4, 2014 at 11:25 AM, Marc Weiner > wrote: > > > I was able to get npm install to work by changing the version of plugman > > from 0.21.0 to 0.21.2. > > > > Marc

Re: [VOTE] cordoav-cli@3.4.1-0.1.0, cordova-plugman@0.21.0 and cordova-ios@3.4.1

2014-04-04 Thread Marc Weiner
I was able to get npm install to work by changing the version of plugman from 0.21.0 to 0.21.2. Marc On Fri, Apr 4, 2014 at 11:19 AM, Ian Clelland wrote: > After some heated discussion here, we're pretty sure that that's the > problem with the CI, and that it's not going to work if we release i