while i do changes in any page code there is a prompt message \"localhost:8100 says gap_init:3\" shown. then I clicked \'ok\' button another 5 messages shown. close browser
Delete the cordova.js from the www folder
When I had this problem, I was playing around with different Ionic / Angular versions and their build tools. The problem for me boiled down to 2 different cordova.js files being included into the page. After quite some time I realized that I had an outdated cordova.js output file in my www folder. Clearing the whole folder solved the problem.