MobileChromeApps / chrome-app-developer-tool

Mirror of Apache Cordova app harness
Other
202 stars 33 forks source link

Cordova plugin not loaded #25

Closed FreakTheMighty closed 9 years ago

FreakTheMighty commented 9 years ago

I have added the Cordova camera plugin to my mobile Chrome app. I've confirmed that the plugin works via cca run android. It does not, however, work using the Chrome app developer tools. The plugin appears to have not loaded.

I'm not sure CADT is intended to support this or not, but it would certainly be useful.

I've installed v0.8.1 from the apk.

mmocny commented 9 years ago

Chrome App Developer Tool has a preloaded set of plugins, but the core cordova plugins, including org.apache.cordova.camera should be loading. I'll take a look if I can repro tomorrow.

To make sure, what versions of CADT are you using?

FreakTheMighty commented 9 years ago

I'm using v0.8.1.

FreakTheMighty commented 9 years ago

It seems like that commit happened after the 0.8.1 commit. I'm trying to build it from source.

mmocny commented 9 years ago

The camera plugin was not added in that commit. It would have been in latest release, but I'll double check Monday.

FreakTheMighty commented 9 years ago

@mmocny you're right, that commit arrived after the 0.8.1 release. I've had some issues building from source, but if I put more time into it I'll open separate tickets for those issues.

I'm not sure how you're timing your releases, but a pre-build APK, even a beta version, would be really helpful.