cordova-plugin-dialogs icon indicating copy to clipboard operation
cordova-plugin-dialogs copied to clipboard

Apache Cordova Dialogs Plugin

Results 32 cordova-plugin-dialogs issues
Sort by recently updated
recently updated
newest added

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

# Bug Report ## Problem There is a potential race condition problem in `activityStart`/`activityStop`, because the former shows the spinner dialog in the UI thread, while the latter hides the...

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

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

### Platforms affected iOS ### Motivation and Context Xcode reports warning in CDVNotification.m in soundCompletionCallback (callback function of AudioServicesAddSystemSoundCompletion playBeep). ### Description - In order to implement an loop counter...

# Bug Report ## Problem When I use javascript code from this package, all the audio including music in the WKWebView outputs audio through the earpiece. The volume is really...

# Bug Report ## Problem On Android, prompt dialog won't focus and show keyboard until manually tapping the text input. ### What is expected to happen? Automatically show keyboard when...

### Platforms affected Android 10 ### Motivation and Context Some versions of Android 10 SDK do not automatically focus the EditText control, resulting in a blank, unbordered, input box which...