Norman Breau

Results 32 issues of Norman Breau

### Platforms affected Windows ### Motivation and Context Windows platform has been deprecated in favour for Electron. This plugin still has browser support, which electron will use as a fallback....

### Platforms affected Android ### Motivation and Context Statusbar would override background color to set transparent on `overlaysWebView(true)` and therefore `overlaysWebView(false)` will make the statusbar turn black. This PR keeps...

# Bug Report ## Problem Statusbar doesn't go into overlaymode when using `overlaysWebView(true)` when called inside the `deviceready` callback. ### What is expected to happen? The statusbar should go into...

bug
platform: android

# Bug Report ## Problem The statusbar forgets its background color when `StatusBar.overlaysWebView(true)` is invoked or toggled. ### What is expected to happen? The statusbar to retain its background color...

bug
platform: android

# Bug Report ## Problem ### What is expected to happen? Plugin unnecessary requires `RECORD_AUDIO`, `WRITE_EXTERNAL_STORAGE`, and `READ_EXTERNAL_STORAGE` permissions. `RECORD_AUDIO` only is required if the app uses the microphone APIs...

platform: android

# 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...

# Feature Request - Add `Node 16` Support ## Motivation Behind Feature The Node team has released Node 16 on April 21: You can read more about Node's release schedule...

enhancement

### Platforms affected CI ### Motivation and Context Progresses https://github.com/apache/cordova/issues/223 ### Description Updates CI configs to use modern tooling and device profiles. ### Testing Ran `npm test` ### Checklist -...

https://github.com/apache/cordova-android/blob/954d3e0e7542356e6ea995ddc75dcb1db8bb36cc/framework/src/org/apache/cordova/CordovaResourceApi.java#L149-L173 The `cordova-plugin-file-transfer` plugin utilizes this method to map a uri value such as `http://localhost/__cdvfile_persistent__/testFile.txt` to a local file url, when using the file transfer's download API. However because this...

bug
discussion
Requires Triage

### Platforms affected ### Motivation and Context Adds a TS check on our type def files. ### Description Adds Typescript 5.1 as a dev dependency and updates the test script...