Instead of phonegap, i use cordova with ionic. where are all the list of plugins similar to https://build.phonegap.com/plugins?
Phonegap and Cordova are pretty much the same thing. I am almost certain that phonegap plugins work with cordova.
i am new to this. what throwing me off is:
<feature name="Geolocation">
<param name="android-package" value="org.apache.cordova.geolocation.GeoBroker" />
</feature>
<feature name="http://api.phonegap.com/1.0/geolocation" />
Not sure what you mean by “throwing me”, but this is how you install the plugin:
cordova plugin add org.apache.cordova.geolocation
https://github.com/apache/cordova-plugin-geolocation/blob/dev/doc/index.md#installation