slack-digest/2021-12-07.md
Tue, 07 Dec 2021 08:21:34 GMT
Join the conversation at slack.cordova.io
Mon, 06 Dec 2021 17:25:20 GMT
@info300 says
Hallo!
is it possible to create some hooks or any other solutions in
config.xmlfile to append inAndroidManifest.xmla newqueries/intentelement?what I already did:
- with
<edit-config>I can’t add new items, or didn’t understand how… ^_^- with
<custom-config-file>plugin I can’t add new element too (https://github.com/dpa99c/cordova-custom-config/issues/171)- I created own hook, but hooks from
cordova-plugin-cameraappend a newqueriessection into manifest file 🤦♂️ so I’m stuck with thispackage visibilityproblem with android 11+
Mon, 06 Dec 2021 11:41:24 GMT
@info300 says
@jcesarmobile
again… hm…