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

Can't get any form of livereload working for iOS

Open maxscott opened this issue 8 years ago • 2 comments

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: false,  // though I've tried "true"
  emulate: false,          // "                      "
  emberUrl: 'http://' + addresses[0] + ':4200',
  liveReload: {
    enabled: true,
    platform: 'ios'
  }
}

Maybe I'm running cordova wrong, or this is a known limitation? Couldn't be certain from docs and closed issues.

maxscott avatar Mar 06 '16 20:03 maxscott

@maxwerr did you find a solution to this ?

nicwillemse avatar Jan 05 '17 10:01 nicwillemse

I don't believe so, but I a) haven't been trying this since I opened the issue b) have heard that actually plugging the phone in yields more reliable results for some reason.

That might be wrong, but I think until I mess around more I won't be much more help :/ On Thu, Jan 5, 2017 at 5:44 AM Nic [email protected] wrote:

@maxwerr https://github.com/maxwerr did you find a solution to this ?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/poetic/ember-cli-cordova/issues/196#issuecomment-270615702, or mute the thread https://github.com/notifications/unsubscribe-auth/ABLg08A2zY65vkrowWS5kHdhUYCHcsOMks5rPMmOgaJpZM4HqWTn .

maxscott avatar Jan 05 '17 16:01 maxscott