ionic-team / ionic-starter-super

The Ionic 2 Super Starter 🎮

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

maps.ts and item-create.ts can't work out of the box because of missing Cordova plugins

janpio opened this issue · comments

I'm submitting a ...
[x] bug report
[ ] feature request

Current behavior:

Currently maps.ts and item-create.ts can't work out of the box because of missing Cordova plugins. The ionic-native plugins are added to patch.package.json, so these are installed, but cordova.xml comes from the app base and doesn't contain the necessary plugins for these two pages to work properly.

Expected behavior:

Maybe adding them to patch.package.json is enough to fix this problem as current Cordova uses package.json to install plugins as well.

An alternative would be to transform the "super starter" to a "super example project" as the conference app.

(Thoughts on this triggered by https://forum.ionicframework.com/t/super-starter-crashes-on-add-image/99635)

@mhartington , @danielsogl ?