My device does not update when making a change in the ionic code

1

I have a problem, when I make a change in the application type code to put a color or a title of something, in my device does not update, but in the browser yes, put a wave on the home page and my cell phone does not appear this new line inserted as sync to sync, when adding or editing something on the device change too?

    
asked by anonymous 13.07.2017 / 17:54

1 answer

0

ionic serve --lab only works in the browser, to run on the device without having to compile direct you have to use the command

ionic cordova run android --device --livereload
ionic cordova run ios --livereload # para iOS
ionic cordova emulate android --livereload #caso esteja usando o emulador

source: link

Or use IonicDevAPP link

    
13.11.2017 / 03:09