Perhaps it should be the other platforms that should match the Blackberry behavior. AFAIK plugman does not guarantee feature names to be unique. -- Gorkem
On Sun, Nov 03, 2013 at 01:00:47PM -0500, Don Coleman wrote: > I'm trying to update a BlackBerry 10 plugin to use Cordova 3.1.0. > > I'd like to map the plugin id, com.chariotsolutions.nfc.plugin, to > NfcPlugin so the cordova.exec calls work across all platforms. > > No matter what I put in config.xml, Corodva appears to ignore it and use > the plugin's id for calls to corodova.exec. > > <config-file target="www/config.xml" parent="/widget"> > <!-- > <feature name="NfcPlugin" value="NfcPlugin" /> > --> > <feature name="NfcPlugin" value="com.chariotsolutions.nfc.plugin" /> > </config-file> > > Is there a way to alias the plugin name for corodva.exec?