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
If you want the plugin to work for the browser you should add platform browser and run it:
platform browser
ionic cordova platform add browser
and run it:
ionic cordova run browser
instead of ionic serve.
ionic serve