cordova-discuss
cordova-discuss copied to clipboard
Discussions on features and the future
Has there been any progress in finding a solution for [this](https://github.com/apache/cordova-discuss/blob/master/proposals/android-n-support.md) multi-window support? As it has described here, the Cordova activty is destroyed and restarted whenever being resized, and along...
Proposal for splitting the behaviour of `cordova platform add` into several smaller steps that could be reused by other parts of the tooling and more easily tested. See also: https://github.com/apache/cordova-common/pull/34...
Some ideas we have for the next major version of cordova. Thoughts? Let me know what points need discussing in more detail.
While trying to help someone else I find the concept of "tools release" as discussed in https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md to be a bit confusing. I would be a bit happier to see...
- Same cordova-js build for all platforms. Use of concepts such as IOC (inversion of control), DI, factory functions, etc. to keep same common JavaScript for all platforms, with limited...
The requirement to wait for the `deviceready` event has caused some major confusion and other trouble for people using Ionic 2 and other Angular derivatives with the sqlite plugin. Here...
part of migration from JIRA (#75), cleanup of old JIRA issues (#93)?
If I do `cordova create` to generate a project the generated `www` code includes Apache copyright/license statement. I would rather see the template code under CC0 or public domain license,...
I discovered which looks like a really nice way to deal with minor patches needed. I have no idea if there is any way people can use this to patch...