ember-cli-cordova icon indicating copy to clipboard operation
ember-cli-cordova copied to clipboard

A tool for creating hybrid apps using a combination of ember-cli and cordova

Results 23 ember-cli-cordova issues
Sort by recently updated
recently updated
newest added

When I run it I get the following: ``` shell ember-cli-cordova: You must specify the locationType as 'hash' in your environment.js or rename it to defaultLocationType. Error: ember-cli-cordova: You must...

Hey All, A few of you may have noticed that we haven't been keeping up with this repo. The apps we were working on that was funding development here have...

The idea was mentioned in this issue: https://github.com/poetic/ember-cli-cordova/issues/32, to add support for platform specific files such as `my-template.android.hbs` or `my-controller.ios.js`. I think that would be a great addition to have,...

discussion

Hello, I was wondering if is it possible to build the project for both platform? When I try to build for android after ios, it throws an error ``` Error...

Hey, I am unsure about wether liveReload is an Emulator-only or on-device feature (on Android). If it is an on-device feature: In which order do I need to execute the...

When attempting to intialize the cordova project with android as the platform : ``` ember generate cordova-init com.company.myproject1 --platform=android ``` The following error is displayed > The option '--platform' is...

### Feature proposal initial proposal for how this would work ``` Add a single icon file under cordova root directory Add a single splash screen image (2048x2048) under cordova root...

enhancement

- linking prevents easily producing builds targeting platforms other than cordova - links have poor support on Windows. - not linking would enable committing the `www` folder when releases are...

Hi, I haven't yet been using this project, but I'm using Ember with Cordova and it's fine. I'd like to use it for FxOS.

Hello! It seems that there is a mismatch somewhere between the ember-cli-cordova starter kit and ember-cli-foundation-sass about main scss file name/path: right after `ember-cli-foundation-sass` installation there is an error in...