Re: [qooxdoo-devel] How to access the Cordova API using Qooxdoo

2014-01-23 Thread Tobias Roeder
that actually did the trick, ha! Thanks so much for the qualified input! :) I feel kinda dumb for not figuring it out myself now hehe :) 2014/1/23 Christopher Zündorf > Have a look at this example: > > > http://cordova.apache.org/docs/en/3.0.0/cordova_device_device.md.html#device.cordova > > >

Re: [qooxdoo-devel] How to access the Cordova API using Qooxdoo

2014-01-23 Thread Christopher Zündorf
I think the easiest way to use Cordova, is to include it in your application's index.html. Then you listen to the "ready" event of Cordova inside your app, and access Cordova directly through the global object. Greetz Christopher Am 22.01.2014 um 21:25 schrieb Tobias Roeder : > Hello there, >

Re: [qooxdoo-devel] How to access the Cordova API using Qooxdoo

2014-01-23 Thread Christopher Zündorf
Have a look at this example: http://cordova.apache.org/docs/en/3.0.0/cordova_device_device.md.html#device.cordova Am 22.01.2014 um 21:25 schrieb Tobias Roeder mailto:roeder1...@googlemail.com>>: Hello there, I am currently building a qooxdoo application and find myself wondering, how i might