generator-ngx-rocket icon indicating copy to clipboard operation
generator-ngx-rocket copied to clipboard

Add support for on-device live reload

Open sinedied opened this issue 7 years ago • 3 comments

To smooth out even more development of mobile app, we should add a new npm command to allow live reload dev workflow on mobile device, using:

  • https://github.com/nparashuram/cordova-plugin-browsersync
  • angular-cli build with watch feature https://github.com/asnowwolf/angular-cli/commit/d91a2ad7f889888bd21fbcda69b788a2546a595a#diff-bf508ac5f40d79d6bcbe0b996b75ca5d

It should be "just" a matter of integration.

EDIT: Compatibility with Ionic DevApp is another interesting option: http://blog.ionicframework.com/announcing-ionic-devapp We should take a look at what the ionic-cli does to communicate with the app and see if we should integrate the same thing.

sinedied avatar Jul 26 '17 11:07 sinedied

Did you look into supporting Ionic DevApp?

lgadola avatar Apr 04 '19 12:04 lgadola

No, but that could be an option now that Ionic is based on regular Angular CLI. Is Ionic DevApp still available on iOS, I though it was taken down by Apple?

sinedied avatar Apr 09 '19 07:04 sinedied

It's still there. I just downloaded it.

lgadola avatar Apr 09 '19 08:04 lgadola