It does get complicated in a hurry. Using the technique in the Google
Maps plugin:
- getDeclaredMethod is documented to NOT return inherited methods which
limits exposure
- the signature passed to getDeclaredMethod also limits exposure
- annotations, as Andrew suggested, could further limit ex
Take a look here:
http://wiki.apache.org/cordova/CommandLineToolingDesign
it shows the api that a cordova platform would need to implement for the
cli to be able to work with it
--Carlos
On Sun, Jun 1, 2014 at 4:34 AM, Puneet Kaur wrote:
> Hey,
>
> We are through with instantiating chromeless
Hey,
We are through with instantiating chromeless browser window,the native
bridge setup and integration with cordova-js..
But I just wished to know how can we make the platform work through cordova
cli, we wish to execute the commands like :
cordova platform add sugar
and
cordova build sugar
s