ember-cli-cordova
ember-cli-cordova copied to clipboard
Can't get any form of livereload working for iOS
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.
@maxwerr did you find a solution to this ?
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 .