ionic 2 error cordova not available

后端 未结 5 1944
Happy的楠姐
Happy的楠姐 2020-12-03 02:57

I am trying to use the cordova GooglePlus plugin in a new ionic 2 project (latest ionic2 version) but I always run into errors regarding cordova. The plugin is properly inst

5条回答
  •  再見小時候
    2020-12-03 03:25

    If you want the plugin to work for the browser you should add platform browser and run it:

    ionic cordova platform add browser
    

    and run it:

    ionic cordova run browser
    

    instead of ionic serve.

提交回复
热议问题