1
votes

I am developing a cross platform mobile app with Visual Studio 2013 Apache Cordova.

However, I am having a strange issue that changes are not applying when I build and run the emulator (Ripple).

Does anyone had the same issue?

1

1 Answers

1
votes

It is a good practice to open the DevTools with F12 and disable the cache.

Open "settings":

enter image description here

... and disable cache:

enter image description here

Hope it helps!