[PR] chore(deps): bump serve-static and express [cordova-cli]

2024-09-18 Thread via GitHub
dependabot[bot] opened a new pull request, #647: URL: https://github.com/apache/cordova-cli/pull/647 Bumps [serve-static](https://github.com/expressjs/serve-static) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `serve-stati

[PR] chore(deps): bump send and express [cordova-cli]

2024-09-18 Thread via GitHub
dependabot[bot] opened a new pull request, #648: URL: https://github.com/apache/cordova-cli/pull/648 Bumps [send](https://github.com/pillarjs/send) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `send` from 0.18.0 to 0.19.0

Re: [I] App crashes with RecoverableSecurityException after URI resolves to content://media/ [cordova-plugin-camera]

2024-09-18 Thread via GitHub
JohnCastle4 commented on issue #679: URL: https://github.com/apache/cordova-plugin-camera/issues/679#issuecomment-2358157717 We are using 7.0.0. In the Google Play Store logs we two variations of this error: Exception java.lang.RuntimeException: at android.app.ActivityThread.deliver

Re: [D] Build app for old Android app [cordova]

2024-09-18 Thread via GitHub
GitHub user breautek added a comment to the discussion: Build app for old Android app Short answer is no, not really. Gradle builds does support multiple repositories and will search each repo for a requested dependency. This would involve manipulating the generated cordova project (I believ

Re: [I] The macOS statusbar overlays the web view on Mac Catalyst [cordova-ios]

2024-09-18 Thread via GitHub
dpogue commented on issue #1491: URL: https://github.com/apache/cordova-ios/issues/1491#issuecomment-2359753719 Note that it is possible (using platform code) to hide the titlebar on Catalyst apps, so it wouldn't be visibly covering the web view (but would instead not show a title): https: