I'm using the Mobile Chrome App Cordova CLI-tool cca for building my webapp on Android.
Then, I have added a Cordova plugin that I want to be rendered into the Cordova config.xml
as this:
<feature name="Keyboard">
<param name="ios-package" value="IonicKeyboard" onload="true" />
</feature>
How do I specify this addition in my manifest file?
It seems to be detected by cca
$ cca plugin ls
cca v0.1.1
com.ionic.keyboard 1.0.2 "Keyboard"
[..]
Thankful for any pointers. If it's currently unsupported I could probably help out with building it in.