Norman Breau
Norman Breau
You shouldn't need to use `android-versionCode`. If this property is not supplied, it will create a version code for you based on your `version`. By default, the formula is `PATCH...
I am unable to reproduce this using the latest cordova tooling. One common attribute between the people who have stated they see this issue all have ionic installed. To rule...
I noticed that the cordova projects use eslint but doesn't take advantage of shareable configs.. At my company we have several repositories where we want to use a consistent eslint...
@janpio I recently discovered that https://github.com/apache/cordova-discuss is a place to suggest proposals? Would this make sense to do for the eslint config I idea I mentioned above?
I would also strive to add `"use strict;"` in the javascript sources, and fix any code that would be preventing us from using strict mode. Strict mode offers 2 main...
I know this isn't very clean and not a permanent solution, but a plugin could be forked and the other implementations could be removed from the `plugin.xml` file.
I'm not really sure what is involved... not exactly experienced with that of the Cordova codebase... but I think the hook idea is definitely worth a try. Perhaps the `before_plugin_install`...
> I never actively used this Plugin, but skimmed through the docs and it doesn't seem like this behaviour is intended. This plugin has its own `File` class, which is...
> @breautek how do I update the clobber space to using the explicit namespace cordova.file as I'm having this same problem. That, or is it possible to create a File...
The path `file:///data/user/0/com.microsoft.office.word/...` definitely won't work... this directory is private to the application. Only the `com.microsoft.office.world` application can access this directory. A [sample reproduction app](https://github.com/apache/cordova-contribute/blob/master/create-reproduction.md) may help move this issue...