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

Apache Cordova

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

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.5.3 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. v0.8.4 Small patch release to fix a circular dependency...

dependencies

``` npm audit shelljs

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

# Bug Report ## Problem When restoring browser platform with cordova-plugin-device active, the following warning is emitted: ``` config file config.xml requested for changes not found at /path/to/project/platforms/browser/config.xml, ignoring ```...

### Platforms affected ### Motivation and Context ### Description ### Testing ### Checklist - [ ] I've run the tests to see all new and existing tests pass - [...

### Motivation and Context Reduce (unused) code. ### Description - Remove unused stuff from `browser_parser` - Inline remaining two methods from `browser_parser` into `Api` This removes the property `parser` from...

enhancement

# Bug Report ## Problem If a project uses android platform and browser platform, and the android-versionCode attribute is set in config.xml, when a plugin is added the value for...

# Feature Request ## Motivation Behind Feature If we leverage browser caching. Then the `cordova_plugins.js` should be cached by the browser for as long as possible. Therefore it would be...

feature

I'm using Firefox Developer Edition to develop my applications and I have noticed that Cordova does not support this version, only the normal firefox. Would be great to have this...

feature