Re: [I] Unable to navigate once page is loaded [cordova-plugin-inappbrowser]

2024-08-02 Thread via GitHub
globules-io commented on issue #1063: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/1063#issuecomment-2264773348 Isolated the issue : This works var options = "location=yes,hidden=yes,beforeload=no"; This does not var options = "location=yes,hidden=ye

[I] Outdated security policy [cordova-ios]

2024-08-02 Thread via GitHub
marekkalnik opened a new issue, #1452: URL: https://github.com/apache/cordova-ios/issues/1452 # Bug Report ## Problem I have a potential security problem to disclose. The current security policy is outdated and does not help a contributor to disclose the vulnerability easily.

[I] InAppBrowser not fullscreen [cordova-plugin-inappbrowser]

2024-08-02 Thread via GitHub
globules-io opened a new issue, #1065: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/1065 # Bug Report ## Problem I can't get inAppBrowser to be fullscreen Here are my preferences Once app us ready, I hide the statusbar,

Re: [I] Outdated security policy [cordova-ios]

2024-08-02 Thread via GitHub
breautek closed issue #1452: Outdated security policy URL: https://github.com/apache/cordova-ios/issues/1452 -- 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-m

Re: [I] Outdated security policy [cordova-ios]

2024-08-02 Thread via GitHub
breautek commented on issue #1452: URL: https://github.com/apache/cordova-ios/issues/1452#issuecomment-2265410673 The contact list is for projects who has a dedicated person to handle security inquiries. Apache Cordova project does not have a dedicated security person, so security issues ar

Re: [PR] WIP: Modern app template [cordova-ios]

2024-08-02 Thread via GitHub
brunolau commented on PR #1162: URL: https://github.com/apache/cordova-ios/pull/1162#issuecomment-2265650846 was this ever merged? or is there a simple way how to use cordova-ios 7.0.1 with Scene lifecycle? I'm trying to implement CarPlay and can't get my head around merging the App

Re: [I] android-targetSdkVersion 34 not working: Google Play Console reads 33, Cordova reads 34 [cordova-android]

2024-08-02 Thread via GitHub
cyril23 commented on issue #1729: URL: https://github.com/apache/cordova-android/issues/1729#issuecomment-2265824899 ## I've got it: i had included a gradle file myself (it was not a plugin!) which enforces sdk 33... Thanks for your quick reply! I've found my mistake: Not a long time ag

Re: [PR] WIP: Modern app template [cordova-ios]

2024-08-02 Thread via GitHub
dpogue commented on PR #1162: URL: https://github.com/apache/cordova-ios/pull/1162#issuecomment-2265829062 The template app for Cordova iOS 7.x does not use a Scene Delegate, but we're looking at adding that as part of Cordova iOS 8.0.0 (next major). -- This is an automated message from t

Re: [PR] WIP: Modern app template [cordova-ios]

2024-08-02 Thread via GitHub
brunolau commented on PR #1162: URL: https://github.com/apache/cordova-ios/pull/1162#issuecomment-2265854491 Thank you very much for quick reply. Is there (even a rough) ETA when 8.0.0 might be shipped so that I can report to the customer? Thanks a lot in advance -- This is an automated m

Re: [PR] WIP: Modern app template [cordova-ios]

2024-08-02 Thread via GitHub
dpogue commented on PR #1162: URL: https://github.com/apache/cordova-ios/pull/1162#issuecomment-2265859483 No ETA. Cordova is a volunteer-developed project, so we are not able to make any commitments as far as release timelines. I'm hoping to have the time to start work on this partic

[I] license issue: caniuse-lite has an license that is NOT approved for use in ASF projects [cordova-common]

2024-08-02 Thread via GitHub
pjfanning opened a new issue, #209: URL: https://github.com/apache/cordova-common/issues/209 See https://github.com/apache/cordova-common/blob/master/NOTICE The CC-BY-4.0 license is Category X and incompatible with Apache Software License. https://www.apache.org/legal/resolved.

Re: [I] license issue: caniuse-lite has an license that is NOT approved for use in ASF projects [cordova-common]

2024-08-02 Thread via GitHub
dpogue commented on issue #209: URL: https://github.com/apache/cordova-common/issues/209#issuecomment-2266086917 For context, `caniuse-lite` is a subdependency several layers down of the JavaScript code coverage reporting tool `nyc`, which is only used as a [development dependency](https:/

Re: [I] license issue: caniuse-lite has an license that is NOT approved for use in ASF projects [cordova-common]

2024-08-02 Thread via GitHub
breautek commented on issue #209: URL: https://github.com/apache/cordova-common/issues/209#issuecomment-2266090543 Looks like it's being imported via `nyc` package: ``` npm ls caniuse-lite cordova-common@5.0.1-dev /development/cordova/apache/cordova-common └─┬ nyc@15.1.0

Re: [I] license issue: caniuse-lite has an license that is NOT approved for use in ASF projects [cordova-common]

2024-08-02 Thread via GitHub
pjfanning commented on issue #209: URL: https://github.com/apache/cordova-common/issues/209#issuecomment-2266095024 Could you at least update the NOTICE files? If you do not ship the source code of caniuse-lite then you don't need to mention it in your LICENSE or NOTICE. -- This is an au

Re: [I] license issue: caniuse-lite has a license that is NOT approved for use in ASF projects [cordova-common]

2024-08-02 Thread via GitHub
dpogue commented on issue #209: URL: https://github.com/apache/cordova-common/issues/209#issuecomment-2266099901 We can definitely update the NOTICE file. Do you know if there's clear ASF documentation about when dependencies need to be listed or not? We've been erring on the side of

[PR] chore: Don't list dev dependencies in NOTICE [cordova-common]

2024-08-02 Thread via GitHub
dpogue opened a new pull request, #210: URL: https://github.com/apache/cordova-common/pull/210 ### Platforms affected None ### Motivation and Context Closes GH-209. ### Description We don't need to include dependencies in the NOTICE t

Re: [I] license issue: caniuse-lite has a license that is NOT approved for use in ASF projects [cordova-common]

2024-08-02 Thread via GitHub
pjfanning commented on issue #209: URL: https://github.com/apache/cordova-common/issues/209#issuecomment-2266107200 The LICENSE file is where you list licenses for 3rd party source code that you include in your source releases. The NOTICE file is where you list notices for 3rd party sourc

Re: [PR] chore: Don't list dev dependencies in NOTICE [cordova-common]

2024-08-02 Thread via GitHub
codecov-commenter commented on PR #210: URL: https://github.com/apache/cordova-common/pull/210#issuecomment-2266109752 ## [Codecov](https://app.codecov.io/gh/apache/cordova-common/pull/210?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=p

[PR] chore: Minor test fixes [cordova-common]

2024-08-02 Thread via GitHub
dpogue opened a new pull request, #211: URL: https://github.com/apache/cordova-common/pull/211 ### Platforms affected None ### Motivation and Context Resolves some deprecations warnings printed to the console in Node 22. ### Description * The `fs.Sta

Re: [PR] chore: Minor test fixes [cordova-common]

2024-08-02 Thread via GitHub
codecov-commenter commented on PR #211: URL: https://github.com/apache/cordova-common/pull/211#issuecomment-2266273397 ## [Codecov](https://app.codecov.io/gh/apache/cordova-common/pull/211?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=p

[PR] chore: Don't list dev dependencies in NOTICE [cordova-eslint]

2024-08-02 Thread via GitHub
dpogue opened a new pull request, #45: URL: https://github.com/apache/cordova-eslint/pull/45 Closes apache/cordova-common#209. -- 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

Re: [PR] chore: Don't list dev dependencies in NOTICE [cordova-eslint]

2024-08-02 Thread via GitHub
codecov-commenter commented on PR #45: URL: https://github.com/apache/cordova-eslint/pull/45#issuecomment-2266286940 ## [Codecov](https://app.codecov.io/gh/apache/cordova-eslint/pull/45?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+c

Re: [I] license issue: caniuse-lite has a license that is NOT approved for use in ASF projects [cordova-common]

2024-08-02 Thread via GitHub
dpogue closed issue #209: license issue: caniuse-lite has a license that is NOT approved for use in ASF projects URL: https://github.com/apache/cordova-common/issues/209 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [I] license issue: caniuse-lite has a license that is NOT approved for use in ASF projects [cordova-common]

2024-08-02 Thread via GitHub
dpogue closed issue #209: license issue: caniuse-lite has a license that is NOT approved for use in ASF projects URL: https://github.com/apache/cordova-common/issues/209 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] chore: Don't list dev dependencies in NOTICE [cordova-common]

2024-08-02 Thread via GitHub
dpogue merged PR #210: URL: https://github.com/apache/cordova-common/pull/210 -- 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] chore: Don't list dev dependencies in NOTICE [cordova-eslint]

2024-08-02 Thread via GitHub
dpogue merged PR #45: URL: https://github.com/apache/cordova-eslint/pull/45 -- 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.a