Hi Gord, I had little time this week for myself and I had to clean install my linux distro. I only had the time to look into the code. Please go ahead with the ripple command line stuff. I'm hopping to dig into the code this afternoon, I will see about the config.xml parser.
Cheers Hadrien Tulipe 2013/9/30 Gord Tanner <[email protected]> > Hey Hadrien, > > I was thinking of starting the ripple emulate support for cordova 3.0 > project directories this week, did you start that yet? > > I am going to take a look into it starting tomorrow night. > > Gord > > > On Sun, Sep 22, 2013 at 12:51 AM, Gord Tanner <[email protected]> wrote: > >> Sounds awesome. >> >> I hacked a bit more on the InAppBrowser. I stubbed in a route for using >> our proxy code and setting the iframe to localhost:4400/ripple/browser [1]. >> Had some unexpected issues with navigation and such (which makes sense now >> that I have coded it). I should have this cleaned up soon though with or >> without the iframe. >> >> Gord >> >> [1] - >> https://github.com/apache/incubator-ripple/commit/f7881559a06fb104a33d6551d49fda3ec6eaec35 >> >> >> On Sat, Sep 21, 2013 at 5:39 AM, Hadrien TULIPE >> <[email protected]>wrote: >> >>> I will start with xml parsing/validation and check the ripple emulate >>> command issue >>> >>> Hadrien Tulipe >>> >>> >>> 2013/9/20 Raymond Camden <[email protected]> >>> >>> > I thought it was the default to go through the Ripple proxy? From what >>> I >>> > remember, you had to tell it specifically when you didn't want to use >>> it. >>> > >>> > >>> > On Thu, Sep 19, 2013 at 9:29 PM, Gord Tanner <[email protected]> >>> wrote: >>> > >>> >> So for InAppBrowser I am getting blocked by CORS and web security. I >>> can >>> >> emulate this with just a simple overlay that will invoke any callbacks >>> >> that >>> >> are registered and show the developer the arguments that were used to >>> show >>> >> it. >>> >> >>> >> It is kinda a cop out for now but will get us moving on quickly adding >>> >> cordova 3.0 support. >>> >> >>> >> I am wondering if we could use the proxy code to add a route to the >>> ripple >>> >> server for the InAppBrowser. I am not familiar with this code but it >>> >> seems >>> >> doable, thoughts Brent? >>> >> >>> >> Would be cool to just set the iFrames URL to: >>> >> >>> >> http://localhost:4400/ripple/inappbrowser?url=<user_url_encoded_here> >>> >> >>> >> That would be epic. >>> >> >>> >> >>> >> On Thu, Sep 19, 2013 at 8:40 PM, Gord Tanner <[email protected]> >>> wrote: >>> >> >>> >> > So thought I would put a good list of the tasks that need to be >>> done for >>> >> > cordova 3.0 support. Work is being done in the cordova-3.0 branch >>> [1] >>> >> > >>> >> > Areas of work: >>> >> > >>> >> > - Double check existing API support (MobileSpec review) >>> >> > - InAppBrowser support >>> >> > - Calling 'ripple emulate' in a cordova folder should work (without >>> >> > needing to navigate to the www folder. >>> >> > - Using the correct platform javascript / resources based on the >>> >> selected >>> >> > device (would be nice) >>> >> > - Review cordova 3.0 config.xml parsing / validation. >>> >> > >>> >> > I am sure there is more but that will get us started. >>> >> > >>> >> > I am going to start on InAppBrowser support. I am going to try to >>> >> handle >>> >> > this with overlays and an iframe. I have a good feeling I will be >>> able >>> >> to >>> >> > get something cool emulated. >>> >> > >>> >> > >>> >> > [1] - https://github.com/apache/incubator-ripple/tree/cordova-3.0 >>> >> > >>> >> > >>> >> > On Thu, Sep 19, 2013 at 5:39 PM, Hadrien TULIPE < >>> >> > [email protected]> wrote: >>> >> > >>> >> >> Hi there, >>> >> >> >>> >> >> I understood that help could be welcome for cordova 3 support. >>> >> >> I'd like to know if there is anything I can do to help you with >>> that I >>> >> >> never worked on Chrome extensions but I'm quite used to >>> Javascript/HTML >>> >> >> stuff. >>> >> >> >>> >> >> Let me know. For the record I'm at GMT+2 >>> >> >> >>> >> >> Cheers >>> >> >> >>> >> > >>> >> > >>> >> >>> > >>> > >>> > >>> > -- >>> > >>> =========================================================================== >>> > Raymond Camden, Adobe Developer Evangelist >>> > >>> > Email : [email protected] >>> > Blog : www.raymondcamden.com >>> > Twitter: cfjedimaster >>> > >>> >> >> >
