Cordova plugins not working with ionic

前端 未结 2 1446
独厮守ぢ
独厮守ぢ 2021-01-17 15:18

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

相关标签:
2条回答
  • 2021-01-17 15:38

    The answer was to add

    <script src="cordova.js"></script>
    

    And rebuild the Platforms

    If still issue not resolved, remove and add the platforms

    0 讨论(0)
  • 2021-01-17 15:56

    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!

    0 讨论(0)
提交回复
热议问题