cordova-common icon indicating copy to clipboard operation
cordova-common copied to clipboard

Apache Cordova Common Tooling Library

Results 17 cordova-common issues
Sort by recently updated
recently updated
newest added

# Bug Report ## Problem ### What is expected to happen? `` to apply changes to `AndroidManifest.xml` ### What does actually happen? An error occurs and the build fails. ##...

# Bug Report ## Problem I have created an internal cordova plugin at our company which adds the android:networkSecurityConfig attribute to the /manifest/application/ tag in AndroidManifest.xml via the following `...

bug

### Platforms affected Tooling ### What does this PR do? Adds a class to manage finding and updating the `cordova` section of package.json, while also being consistent with npm about...

### Platforms affected iOS platform ### Motivation and Context This PR adds support for a new "plugins" and "plugin" elements in the "podspec" section of the plugin.xml to support the...

# Bug Report On a conversation on slack it turned out, that plugin-Tags and engine-Tags are deprecated to use in config.xml. It should be clear for the user, that these...

# Feature Request This is related to https://github.com/apache/cordova-ios/issues/1256 For that feature to be completed in the `cordova-ios` project, the `cordova-common` project must support the additional attribute in the podspec section...

…ng in its src. Needed to fix cordova-ios, which is erroneously using getBySize when more than one resource have the same dimensions.

# Bug Report ## Problem I am using https://github.com/QuentinFarizon/cordova-plugin-ble-central/tree/dfu in which plugin.xml adds two tags inside AndroidManufest application tag : https://github.com/QuentinFarizon/cordova-plugin-ble-central/blob/dfu/plugin.xml#L76-L79 I am also using https://github.com/dpa99c/cordova-plugin-firebasex that documents (https://github.com/dpa99c/cordova-plugin-firebasex/#android-default-notification-icon) adding...

# Bug Report I would like to set the following setting in my config.xml , to disable backups as it can result in major problems with state. However, that's not...

As reported by @knight9999 on Slack: if a file in `www` is updated to have the same size but an older timestamp compared to the corresponding file within `platforms` then...

bug