Anyone has any experience with getting cordova-plugin-camera@7.0.0 or cordova-plugin-media-capture@5.0.0 to work on the latest Meteor version?
I can install cordova-plugin-camera, build & run on Android device but it can’t find ‘navigator.camera’ (undefined) at runtime.
At the moment Camera usage is broken on Android if building on TargetSDK 33 with an earlier version of the plugin because of the new permission system and updating the plugin doesn’t seem to work as described above.
Now I see that the plugin requires cordova-android >=12.0.0, which is not the case for the Meteor bundled version of cordova-android. Interesting that I’m able to build with it, but I’ve seen weirder stuff when working with Cordova over the years.
Same holds for cordova-plugin-media-capture at recently released 5.0.0 which is also around Android 13 support.
Saw a PR 12785 around updating. How can we help?
It’s quite an urgent one for anyone using either of the abovementioned plugins in existing apps and needing to update beyond 1st of November (extension deadline), or anyone trying to release a new app since 31st of August.
Run/Build your app using this local checkout. It can run perfectly fine against a release build meteor application running. Also HCP seems to be working fine. Will perform some more tests over the coming days and report possible issues here.
@grubba@denyhs Were you guys able to take a look on this PR? Would be good to merge this ASAP and maybe we could release a patch version for 2.13? The extension period from google is nearing it’s end I think, so this will affect much more people that use meteor with cordova.