I use C2C3AddonConverter by blackhornet
on cranberrygame 's cordova-plugin-game
https://www.npmjs.com/package/cordova-plugin-game
https://github.com/cranberrygame/cordova-plugin-game
Then I succesfully instal it to Construct 3 like addon.
Then I exported project like Cordova for Android in C3 exporter.
And in config.xml there are just default plugins (for iap and browser plugin).
<plugin name="construct-mobile-purchase" />
<plugin name="cordova-plugin-inappbrowser" />
<plugin name="cordova-plugin-whitelist" />
<plugin name="cordova-plugin-statusbar" />
<plugin name="cordova-custom-config" />
I expected one more line like:
<plugin name="cordova-plugin-game" />
If I add this and Compile game to apk by Construct Cloud Compiler, plugin didn't work.
So is there any way, how to use other Cordova plugins than defaults with Construct Compiler?
Or I am doing something wrong? Ashley