Ionic 2 Visual Studio template - Live reload does not work

Viewed 1033

I downloaded and installed latest version of the Visual Studio Ionic 2 templates for Visual Studio Tools for Apache Cordova. I am using Visual Studio 2017 Professional.

To my frustration, I've found that the live reload feature of the Cordova does not work at all. When I modify HTML, the only way for Cordova Simulate to reflect these changes is stop debugging and redeploy the project, which takes a considerable amount of time and makes the development workflow a real pain.

Another issue occurs whenever there is more than one Ionic project in progress. I found that because Ionic is using the same port for deployment then when one of the projects is launched, the launched app will get confused as to which app I'm requesting, and will often show the other app instead of the one I want.

Any ideas?

2 Answers
Related