Ionic 2: Cordova is not available. Make sure to include cordova.js or run in a device/simulator (running in emulator)
This is quite late but anyone going through the same problem might benefit from this answer.First try to add browser by running below command ionic platform add browser and then run command ionic run browser. which is the difference between ionic serve and ionic run browser? Ionic serve – runs your app as a website … Read more