Cordova plugins not working with ionic

前端 未结 2 1457
独厮守ぢ
独厮守ぢ 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: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!

提交回复
热议问题