jxcore / jxcore-cordova

JXcore / Node.JS plugin for Apache Cordova / PhoneGap
Other
233 stars 68 forks source link

access to `window.cordova` from jxcore file ? #152

Open bertrandmd opened 7 years ago

bertrandmd commented 7 years ago

Hi, is it any tips to access to the global window.cordova object inside jxcore main.js file ?

or we need to use Mobile('getSomething').call(callback) to access it ?

thks