HI,I am trying to generate build with new version of camera plugin as it is required by Zebra datawedge connector plugin.While doing so, I found the conflict happening between config file attributes overwriting in mobile apps log.Apreciate if any pointers for this problem.
Hi @Vincent Drent ,Let me save your day ! ( Although it ate out my few days to figure out )It is mentioned in github to import camera plugin first and then install zebra scanner.Please update plugins extensibility configuration as below -
{ "plugins": [ { "identifier": "cordova-plugin-camera" }, { "identifier": "com-darryncampbell-cordova-plugin-intent", "source": "npm", "version": "2.2.0" } ]}You will have to use 2.2.0 for AndroidX support.https://www.npmjs.com/package/com-darryncampbell-cordova-plugin-intentHope this helps !Vani
Hi,We are experiencing the same issue after updating the Camera Plugin. Were you able to find a solution?
Hi,We've also spent a couple days on this issue. Updating the Extensibility config of the plugin resolved the issue, thank you!