Live Reload on Device

Based on this post : http://ionicframework.com/blog/live-reload-all-things-ionic-cli/
I’m not able to get html/js file changes reload on genymotion and real android tablet. Starting app on device via following command:

ionic run android -l -c -s

CLI detects the file is changed, but never gets reflected on device. Am I missing something here ?

I’m not sure if it helps you or others but I had a similar problem:

In the your /config.xml ensure to have

<access origin="*"/>

otherwise the live reload are prevented to communication with the host server.

also ensure that the livereload scripts actually is present within the html look for:

if it still not work then you probably found a bug and I would recommend til fill in an issue:

I am also facing the same issue but cant find any solution for that