I have an Ionic app built with Angular.
I am using is Calendar plugin: https://github.com/EddyVerbruggen/Calendar-PhoneGap-Plugin
I want to create events th
The answer was to add
<script src="cordova.js"></script>
And rebuild the Platforms
If still issue not resolved, remove and add the platforms
Cordova plugins only runs on emulators or real devices.
To test a Cordova app with the browser take a look also to Ripple Emulator (Chrome plugin), but I prefer to test on real devices.
Cheers!