Re: CEF Cordova?

2013-02-09 Thread Brian LeRoux
We have both Windows 8 [1] and OS X [2] codebases. The Windows stuff is pretty mature. The OS X could use your help! CEF is pretty great too. [1] https://github.com/apache/cordova-windows [2] https://github.com/apache/cordova-mac On Fri, Feb 8, 2013 at 1:16 PM, David Lewis lewi...@gmail.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?

Re: CEF Cordova?

2013-02-08 Thread David Lewis
That's unfortunate. My team is working on webkit specific apps just because so many mobile devices use it; iOS, Android, and Blackberry 7+. Having a desktop webkit container would alleviate a lot of work forking Windows specific versions. I need to get it done anyway, I just thought I'd ask. The

Re: CEF Cordova?

2013-02-08 Thread Kerri Shotts
Wait -- are you asking if there's a desktop version of Phonegap? I was assuming you meant a Chrome-based render for mobile devices, esp. since the webkit on some mobile devices is quite borked. (Android 2.x, I'm looking at you.) ___ Kerri Shotts photoKandy

Re: CEF Cordova?

2013-02-08 Thread David Lewis
Yes. Specifically Windows 7 as Win8 isn't even being talked about. http://code.google.com/p/chromiumembedded/ The cefclient looks to be a might more reasonable to work with than actual webkit. I've tweaked it to load locally and display as kiosk. Just need to wrap my head around exec(). On Fri,

Re: CEF Cordova?

2013-02-08 Thread Gord Tanner
You can always use Ripple. Github.com/blackberry/ripple-ui Install it via npm: Npm install ripple -g From developer.blackberry.com Or From the chrome App Store Sent from my iPhone On 2013-02-08, at 4:16 PM, David Lewis lewi...@gmail.com wrote: Yes. Specifically Windows 7 as Win8 isn't even

Re: CEF Cordova?

2013-02-08 Thread David Lewis
Ripple is fine for development. Not so much for office users. On Fri, Feb 8, 2013 at 7:26 PM, Gord Tanner gtan...@gmail.com wrote: You can always use Ripple. Github.com/blackberry/ripple-ui Install it via npm: Npm install ripple -g From developer.blackberry.com Or From the chrome App