jakecraige / ember-cli-cordova-example-app

An example app showing some features of ember-cli-cordova
40 stars 11 forks source link

Showing how to use plugins #5

Open xypaul opened 9 years ago

xypaul commented 9 years ago

One of the hard things I've found so far is setting up plugins to work ie: https://github.com/poetic/ember-cli-cordova/issues/142

It would be great to see if the demo app showed a few more basic features like accessing the Cordova camera for example.

Either way thanks for all the hard work :)

jakecraige commented 9 years ago

Unfortunately I don't really have the time to maintain this any more. If you figure it out and want to submit a PR that would be wonderful.

xypaul commented 9 years ago

Cool I am looking into creating a new demo app. Do you mind if I change it around quite a bit?

ie. upgrade to liquid fire, new styling, new functionality, new readme with improved description

jakecraige commented 9 years ago

No problem. Go for it! :+1:

ghost commented 7 years ago

Where is the code to call plugin from Ember JS? Without that, this code is nothing.