I'm having a problem with a specific plugin in cordova (actually phonegap but same thing-ish right?). I think i'm missing some fundamental knowledge of how to set up plugins but I can't seem to figure out where this exists.
So. In my app i have several plugins which i know are working, such as "File", "FileTransfer", etc..
When i installed these plugins i used the command line command "phonegap plugin add [whatever] and was then instructed to add something to the config xml file. For example for the InAppBrowser plugin i added this:
<plugin name="InAppBrowser" value="org.apache.cordova.InAppBrowser" />
Now i want to use the FileOpener2 plugin that i found here: http://ngcordova.com/docs/plugins/fileOpener2/
It's not working, and i think it's because i'm missing the entry in my config.xml but i can't seem to figure out what should go here? Is there some convention that i'm not aware of or some place where you can go to look this up?