Livereload does not play nicely with same origin policy

I’m developing against a server which does not allow cross-domain calls so my only option while developing against it is to run the app in the device, as the same origin policy does not apply there.
So I was looking forward to livereload in the device, but unfortunately as soon as I launch the application with the -l switch cross domain calls stop working, just as if I was running the app in my desktop browser.
I reckon it might not be possible to both have livereload and bypass the same origin policy at the same time, but I thought it was worth asking!

I have the same problem. Hope It gets solved.

This is a known issue