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

I'm using Ember CLI `0.2.3` with ember-cli-cordova `0.0.16`. The Ember app is connected to a Rails API. Thus, I use `ember server --proxy http://localhost:3000`. If I set `EMBER_CLI_CORDOVA=1`, this changes...

Bumps [underscore.string](https://github.com/epeli/underscore.string) from 2.4.0 to 3.3.5. Release notes *Sourced from [underscore.string's releases](https://github.com/epeli/underscore.string/releases).* > ## 3.2.1 > No release notes provided. > > ## 3.2.0 > https://github.com/epeli/underscore.string/blob/master/CHANGELOG.markdown#320 > > ## 3.1.1...

dependencies

Hi, I just install the addon and I got error: ``` DEPRECATION: ember-cli-babel 5.x has been deprecated. Please upgrade toat least ember-cli-babel 6.6.0 ``` Is there any fix for this...

Hi, I'm very new using cordova and ember so I try to follow step by step the "Getting started" guide from you but at the step to generate the cordova-init...

Hi I get this error on running generate on a MAc with cordova 5.3.1 and ember -v Future versions of Ember CLI will not support v4.1.0. Please update to Node...

Hi, This is wath I have when I build after cordova-starter-kit install ![image](https://cloud.githubusercontent.com/assets/5525003/21007479/5b97e440-bd3d-11e6-814c-37cb7192a164.png) I change in environment.js "platform:ios" to "platform:android" My cmd is in Admin mod I don't understand what's...

I'm trying to run sample which is given in docs/getting started, but consistently throwing the following error (tried with different windows box). ``` ember generate cordova-init com.poeticsystems.hello --platform=android ``` ```Creating...

`ember s` then `ember cdv run` runs the app in the simulator fine, but I can't seem to trigger the livereload. My `config/environment.js` has the following: ``` cordova: { rebuildOnChange:...

[Ember CLI Electron](https://github.com/felixrieseberg/ember-electron) sets an environment variable so you can have your app behave differently depending on the type of build : ``` // environment.js module.exports = function(environment) { var...

This is a tracking issue for ember-cli platforms integration. You can read the RFC for platforms here: https://github.com/ember-cli/rfcs/pull/35 This is a feature which I'll be working on landing in ember-cli...