cordova
cordova copied to clipboard
Apache Cordova
# Bug Report ## Problem Our projects contain multiple uses of words and phrases that is not inclusive, we need to update/modernize our language usage in code, libraries, and documentation....
Hi, I was using cordova-plugin-file, but now with scoped storage it is not practical if I want to allow the user to choose where they want to save the file....
# Bug Report ## Problem ### What is expected to happen? No error in logcat. ### What does actually happen? ``` 17 14:14:38.288 7757-7757/io.cordova.hellocordova D/PluginManager: postMessage: onPageFinished 2022-05-17 14:14:38.291 7757-7757/io.cordova.hellocordova...
ref: [[1]](https://cordova.apache.org/docs/en/latest/guide/platforms/ios/#platform-centered-workflow) _(seems to be in very limited use)_ As discussed in and : - known to be broken on Android for a number of years - known to be...
# Feature Request Support Optional Android Dependencies For Plugin controlled via command line inputs ## Motivation Behind Feature This will allow us to develop cordova plugins that depend on multiple...
Follow up to https://github.com/apache/cordova/issues/3 ### Tasks #### Platforms ##### Active Platforms - [x] cordova-android - [x] cordova-ios - [x] cordova-windows - [x] cordova-browser - [x] cordova-osx - [x] cordova-test-platform -...
# Feature Request - Add `.npmrc` file to assert using `https://registry.npmjs.org` registry. ## Motivation Behind Feature https://lists.apache.org/thread.html/raa963b0c2349e8d08d6c2f9d557b9055402d6410d35d4e9573b63cab%40%3Cdev.cordova.apache.org%3E To summarize, for users who have alternate NPM configurations and use private and/or...
We have to do this top down in our dependency graph. That way, we always can release each package without risking to break any of its consumers that rely on...
# Feature Request Be able to build HarmonyOS (HPK) ## Motivation Behind Feature Harmonyos is a new operating system.
After https://github.com/apache/cordova-common/pull/50 is merged, `superspawn` is just a small wrapper around `cross-spawn`, that makes sure the `cmd` is actually executable by chmod-ing the file. As this should never be necessary...