Hi,
My understanding is that it’s possible to have a universal config file that has
(e.g)
<platform name="android">
<preference name="target-device" value="handset"/>
<plugin name="cordova-plugin-device" />
</platform>
AND
<platform name="ios">
<preference name="target-device" value="tablet"/>
<plugin name="cordova-plugin-device" spec="1.1.4" />
</platform>
However, when VoltBuilding the build completes, but seems to ignore EVERYTHING inside the sections !!?
Thanks