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

2024-12-24 Thread via GitHub
dpogue closed issue #1491: The macOS statusbar overlays the web view on Mac Catalyst URL: https://github.com/apache/cordova-ios/issues/1491 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specif

Re: [PR] fix(build): Allow platform args with double dash [cordova-ios]

2024-12-24 Thread via GitHub
dpogue merged PR #1516: URL: https://github.com/apache/cordova-ios/pull/1516 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.

Re: [PR] fix(catalyst): Fix content behind titlebar [cordova-ios]

2024-12-24 Thread via GitHub
dpogue merged PR #1517: URL: https://github.com/apache/cordova-ios/pull/1517 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.

Re: [I] Double dash prevents forwarding platform-specific options [cordova-ios]

2024-12-24 Thread via GitHub
dpogue closed issue #1488: Double dash prevents forwarding platform-specific options URL: https://github.com/apache/cordova-ios/issues/1488 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specif

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

2024-12-24 Thread via GitHub
dpogue closed issue #1491: The macOS statusbar overlays the web view on Mac Catalyst URL: https://github.com/apache/cordova-ios/issues/1491 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specif

Re: [I] Double dash prevents forwarding platform-specific options [cordova-ios]

2024-12-24 Thread via GitHub
dpogue closed issue #1488: Double dash prevents forwarding platform-specific options URL: https://github.com/apache/cordova-ios/issues/1488 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specif

Re: [PR] chore: upgrade eslint config and rolled dependencies [cordova-plugin-media-capture]

2024-12-24 Thread via GitHub
breautek merged PR #306: URL: https://github.com/apache/cordova-plugin-media-capture/pull/306 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-uns

[PR] chore: upgrade eslint config and rolled dependencies [cordova-plugin-media-capture]

2024-12-24 Thread via GitHub
breautek opened a new pull request, #306: URL: https://github.com/apache/cordova-plugin-media-capture/pull/306 ### Platforms affected N/A ### Motivation and Context Solves a high risk vulnerability found within package-lock dev dependencies. ### Des

Re: [I] Android Plugin initialization [cordova-docs]

2024-12-24 Thread via GitHub
erisu commented on issue #1386: URL: https://github.com/apache/cordova-docs/issues/1386#issuecomment-2561195484 That. Add it to both `12.x` and `dev`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

Re: [I] Android Plugin initialization [cordova-docs]

2024-12-24 Thread via GitHub
GitToTheHub commented on issue #1386: URL: https://github.com/apache/cordova-docs/issues/1386#issuecomment-2561112010 When you open the documentation, `12.x` will always shown to the reader. If you switch manually to `dev`, it will not remember it. So I would suggest to add it also to `12.x

Re: [I] Android Plugin initialization [cordova-docs]

2024-12-24 Thread via GitHub
erisu commented on issue #1386: URL: https://github.com/apache/cordova-docs/issues/1386#issuecomment-2561107489 I tried looking through the documentation to see if there was any other place that might mention the `initialize` override, but I didn't find any. While there are older versions o

Re: [I] Android Plugin initialization [cordova-docs]

2024-12-24 Thread via GitHub
GitToTheHub commented on issue #1386: URL: https://github.com/apache/cordova-docs/issues/1386#issuecomment-2560949258 Do you think the use of `initialize` could be referenced somewhere else in the documentation? I could make a PR to use `pluginInitialize` instead. -- This is an automated

Re: [I] Android Plugin initialization [cordova-docs]

2024-12-24 Thread via GitHub
erisu commented on issue #1386: URL: https://github.com/apache/cordova-docs/issues/1386#issuecomment-2560929470 The documentation appears to be outdated. This `override` example was added 11 years ago (2013), while `pluginInitialize` was introduced 10 years ago (2014). Somewhe