Hi,
I'm running livereload on my Android device (Not an emulator) using this command:
ionic run android -l -c -s
This will run my application on my device and I can see it on the screen. However, the changes that I do on my code are not updated on my app-screen. I can see the logs from ionic-reload saying witch file was changed but nothing happens on the device. Thanks if you know how to fix this issue!