Awesome! Gonna keep my eye out on that one :) I would recommend checking out the unified javascript project for cordova, which employs a structure to define the JS API for all cordova platforms. https://github.com/apache/incubator-cordova-js
This is another platform that provides a pure JS API (along with BB WebWorks and webOS). Perhaps now is the time to come back to what Jesse / Drew / Gord brought up a month or so ago about adding another level of granularity to cordova-js (exec specifically)Š Figuring out, as Jesse called it, a native exec "proxy" layer that will direct either straight to JavaScript or invoke the platform's exec method to send a message to native APIs. (If so let's go back to that thread and not derail this one as I'm already doing!) On 3/13/12 3:59 AM, "Paul Plaquette" <[email protected]> wrote: >Hi everyone, > > >We¹d like to advertise our on-going effort of porting PhoneGap on top of >Tizen platform https://www.tizen.org/ > >As it looked the most simple and natural way to us, we decided to >implement a JavaScript shim layer mapping PhoneGap APIs to corresponding >Tizen Web APIs (W3C or proprietary) available from its public web SDK. > >Current developments under Apache 2.0 license are pushed here >https://github.com/otcshare/cordova-tizen > >We are excited to contribute to the PhoneGap community and hope that we >can get some support. > >Thanks >-- >Paul Plaquette >Senior Software Engineer >Open Source Technology Center >Intel Corp.,Montpellier, France
