Re: 3.0.0 as a beta release?

2013-07-16 Thread David Lewis
This is why I'm upgrading from 2.5 to 2.9 now. On Tue, Jul 16, 2013 at 1:38 PM, Andrew Grieve wrote: > As I'm going through all of the polish details, reading through the upgrade > guides, and thinking about API-type things that we'd still like to change, > I'm wondering if it would be wise to

Re: Question about caching

2013-04-25 Thread David Lewis
Thanks. On Apr 25, 2013 4:19 PM, "Shazron" wrote: > This is more of an Objective-C question now rather than a Cordova API one. > Not sure if I have any answers. > > > On Thu, Apr 25, 2013 at 1:15 PM, David Lewis wrote: > > > I call removeAllCachedResponses

Re: Question about caching

2013-04-25 Thread David Lewis
rary/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSURLCache_Class/Reference/Reference.html > > > > On Thu, Apr 25, 2013 at 11:46 AM, David Lewis wrote: > > > I've got a Cordova 2.6 app on iOS 6 that uses ~/Documents as the webroot > > for updating purposes. Because of

Question about caching

2013-04-25 Thread David Lewis
I've got a Cordova 2.6 app on iOS 6 that uses ~/Documents as the webroot for updating purposes. Because of the JS load, when the index.html is reloaded after it is changed (delete and copy from the update), not everything is loaded again. I don't have the details for it, but there is a display par

Re: 2.6 and ExtractZipFilePlugin for Android?

2013-04-12 Thread David Lewis
t; I don't know specifics about the plugin you refer to. > > -Michal > > > On Thu, Apr 11, 2013 at 10:43 PM, David Lewis wrote: > > > Does ExtractZipFilePlugin for Android work with Cordova 2.6? The same JS > > call that works for iOS gets an IO_EXCEPTION in Android.

Re: Did Deepak forget to turn off debug in 2.6?

2013-04-12 Thread David Lewis
/parser/AtomicHTMLToken.h#L267 > > And Samsung might be the culprit - are you specifically using a Samsung > Galaxy S3? > https://groups.google.com/forum/?fromgroups=#!topic/phonegap/9ZjRR71OnRo > > > > > On Thu, Apr 11, 2013 at 7:00 PM, David Lewis wrote: > > > 04-1

2.6 and ExtractZipFilePlugin for Android?

2013-04-11 Thread David Lewis
Does ExtractZipFilePlugin for Android work with Cordova 2.6? The same JS call that works for iOS gets an IO_EXCEPTION in Android. Unzip is critical to the app, so I may be forced to revert to 2.4 across the board unless someone is familiar with the problem. I haven't found an email for the origina

Did Deepak forget to turn off debug in 2.6?

2013-04-11 Thread David Lewis
04-11 21:55:15.476: D/DEEPAK(7802): In the initializeAttributes() Before insertAttribute() call 04-11 21:55:15.476: D/DEEPAK(7802): In the initializeAttributes() After insertAttribute() call 04-11 21:55:15.476: D/DEEPAK(7802): In the AtomicHTMLToken constructor After Call initializeAttributes

Re: cordova.exec bridge for OS X

2013-03-05 Thread David Lewis
That answers my next question. I was just trying to find the cordova.osx.js for 2.4. The build in 2.4 doesn't actually load Cordova. Thanks. On Tue, Mar 5, 2013 at 2:23 AM, Shazron wrote: > FYI > https://issues.apache.org/jira/browse/CB-2621 > > The bridge works but it has no plugins to call y

Re: CEF & Cordova?

2013-02-08 Thread David Lewis
> From the chrome App Store > > Sent from my iPhone > > On 2013-02-08, at 4:16 PM, David Lewis wrote: > >> Yes. Specifically Windows 7 as Win8 isn't even being talked about. >> >> http://code.google.com/p/chromiumembedded/ >> >> The cefclient looks t

Re: CEF & Cordova?

2013-02-08 Thread David Lewis
;> > photoKandy Studios, LLC >> > >> > On the Web: http://www.photokandy.com/ >> > >> > Social Media: >> > Twitter: @photokandy, http://twitter.com/photokandy >> > Tumblr: http://photokandy.tumblr.com/ >> > Github: https://github.c

Re: CEF & Cordova?

2013-02-08 Thread David Lewis
umblr: http://photokandy.tumblr.com/ > Github: https://github.com/kerrishotts > https://github.com/organizations/photokandyStudios > CoderWall: https://coderwall.com/kerrishotts > > Apps on the Apple Store: > > https://itunes.apple.com/

CEF & Cordova?

2013-02-08 Thread David Lewis
My project requires a webkit browser. Does anyone have experience adding Cordova support to Chromium Embedded Framework?