Re: [I] Bug with light background on Android [cordova-plugin-statusbar]

2024-08-28 Thread via GitHub
oleksandr-sovenko commented on issue #136: URL: https://github.com/apache/cordova-plugin-statusbar/issues/136#issuecomment-2314564450 I have same problem. I see it on Redme Note 9 Pro and Samsung Galaxy A11 ![2024-08-28 10 39 01](https://github.com/user-attachments/assets/0fc01ff0-c1

[PR] fix: CDV.h wasn't bringing in Cordova.h consistently [cordova-ios]

2024-08-28 Thread via GitHub
dpogue opened a new pull request, #1482: URL: https://github.com/apache/cordova-ios/pull/1482 ### Platforms affected iOS ### Motivation and Context Plugins that included only `` were seeing issues around extending `CDVPlugin`. ### Description

[PR] fix: Avoid showing error page on cancelled navigation [cordova-ios]

2024-08-28 Thread via GitHub
dpogue opened a new pull request, #1483: URL: https://github.com/apache/cordova-ios/pull/1483 ### Platforms affected iOS ### Motivation and Context Closes GH-959. ### Description If the navigation was cancelled, don't show an error page. This

Re: [PR] feat(scheme-handler): Improve memory usage & Range support [cordova-ios]

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

Re: [PR] fix: CDV.h wasn't bringing in Cordova.h consistently [cordova-ios]

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

Re: [PR] fix: Avoid showing error page on cancelled navigation [cordova-ios]

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

Re: [PR] fix: CDV.h wasn't bringing in Cordova.h consistently [cordova-ios]

2024-08-28 Thread via GitHub
dpogue merged PR #1482: URL: https://github.com/apache/cordova-ios/pull/1482 -- 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.

[PR] fix(iOS): IAB not showing up in apps using UIScenes [cordova-plugin-inappbrowser]

2024-08-28 Thread via GitHub
dpogue opened a new pull request, #1067: URL: https://github.com/apache/cordova-plugin-inappbrowser/pull/1067 ### Platforms affected iOS ### Motivation and Context When a Cordova app uses the UIScene APIs introduced in iOS 13, the temporary window created for

Re: [PR] refactor: Define a protocol for scheme-handling plugins [cordova-ios]

2024-08-28 Thread via GitHub
dpogue merged PR #1479: URL: https://github.com/apache/cordova-ios/pull/1479 -- 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: alerts could freeze the application [cordova-ios]

2024-08-28 Thread via GitHub
dpogue merged PR #1437: URL: https://github.com/apache/cordova-ios/pull/1437 -- 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] Presenting with JS Alert() dead lock [cordova-ios]

2024-08-28 Thread via GitHub
dpogue closed issue #1120: Presenting with JS Alert() dead lock URL: https://github.com/apache/cordova-ios/issues/1120 -- 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 unsub

Re: [I] Presenting with JS Alert() dead lock [cordova-ios]

2024-08-28 Thread via GitHub
dpogue closed issue #1120: Presenting with JS Alert() dead lock URL: https://github.com/apache/cordova-ios/issues/1120 -- 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 unsub

Re: [I] CDVWebViewUIDelegate should take a CDVViewController [cordova-ios]

2024-08-28 Thread via GitHub
dpogue closed issue #1429: CDVWebViewUIDelegate should take a CDVViewController URL: https://github.com/apache/cordova-ios/issues/1429 -- 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 com

Re: [PR] fix bug alert() iOS [cordova-ios]

2024-08-28 Thread via GitHub
dpogue closed pull request #1121: fix bug alert() iOS URL: https://github.com/apache/cordova-ios/pull/1121 -- 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-mai

Re: [PR] fix bug alert() iOS [cordova-ios]

2024-08-28 Thread via GitHub
dpogue closed pull request #1121: fix bug alert() iOS URL: https://github.com/apache/cordova-ios/pull/1121 -- 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-mai

Re: [I] CDVWebViewUIDelegate should take a CDVViewController [cordova-ios]

2024-08-28 Thread via GitHub
dpogue closed issue #1429: CDVWebViewUIDelegate should take a CDVViewController URL: https://github.com/apache/cordova-ios/issues/1429 -- 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 com

Re: [PR] fix: navigation delegation loops [cordova-ios]

2024-08-28 Thread via GitHub
dpogue commented on PR #1272: URL: https://github.com/apache/cordova-ios/pull/1272#issuecomment-2314806146 Handled the loop issue slightly differently in https://github.com/apache/cordova-ios/pull/1479 but with the same idea of creating a copy of the map before iterating over the plugins. A

[PR] ci: sync workflow w/ paramedic [cordova-plugin-inappbrowser]

2024-08-28 Thread via GitHub
erisu opened a new pull request, #1068: URL: https://github.com/apache/cordova-plugin-inappbrowser/pull/1068 ### Platforms affected n/a ### Motivation, Context & Description Sync GitHub Action workflow with paramedic ### Testing n/a

[I] Cordova Plugin Compatibility Problems with Android 14 After cordova-android 13 Update [cordova-android]

2024-08-28 Thread via GitHub
Topiya opened a new issue, #1734: URL: https://github.com/apache/cordova-android/issues/1734 In my Ionic 5 app, I upgraded **cordova-android to version 13** to target Android 14 (API level 34). However, after this update, the following plugins stopped working on **Android 14**:

Re: [I] Cordova Plugin Compatibility Problems with Android 14 After cordova-android 13 Update [cordova-android]

2024-08-28 Thread via GitHub
breautek commented on issue #1734: URL: https://github.com/apache/cordova-android/issues/1734#issuecomment-2315207476 I'm moving this to Cordova Discussions since it doesn't describe a bug with Cordova-Android. Cordova-android 12 -> 13 doesn't introduce any breaking changes involving

Re: [D] Cordova Plugin Compatibility Problems with Android 14 After cordova-android 13 Update [cordova]

2024-08-28 Thread via GitHub
GitHub user breautek added a comment to the discussion: Cordova Plugin Compatibility Problems with Android 14 After cordova-android 13 Update I'm moving this to Cordova Discussions since it doesn't describe a bug with Cordova-Android. Cordova-android 12 -> 13 doesn't introduce any breaking ch

[I] Cordova Plugin Compatibility Problems with Android 14 After cordova-android 13 Update [cordova]

2024-08-28 Thread via GitHub
Topiya opened a new issue, #490: URL: https://github.com/apache/cordova/issues/490 In my Ionic 5 app, I upgraded **cordova-android to version 13** to target Android 14 (API level 34). However, after this update, the following plugins stopped working on **Android 14**: - cordo

Re: [I] Cordova Plugin Compatibility Problems with Android 14 After cordova-android 13 Update [cordova]

2024-08-28 Thread via GitHub
breautek closed issue #490: Cordova Plugin Compatibility Problems with Android 14 After cordova-android 13 Update URL: https://github.com/apache/cordova/issues/490 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [D] Cordova Plugin Compatibility Problems with Android 14 After cordova-android 13 Update [cordova]

2024-08-28 Thread via GitHub
GitHub user Topiya edited a discussion: Cordova Plugin Compatibility Problems with Android 14 After cordova-android 13 Update In Ionic 5 app, I upgraded **cordova-android to version 13** to target Android 14 (API level 34). However, after this update, the following plugins stopped working on

Re: [I] Android 14 Won't Play MP3 files [cordova-plugin-media]

2024-08-28 Thread via GitHub
breautek commented on issue #395: URL: https://github.com/apache/cordova-plugin-media/issues/395#issuecomment-2315866246 > /storage/emulated/0/Android/data/com.bundle.id/files/assets/sound-abc123.mp3: open failed: ENOENT (No such file or directory) To clarify `com.bundle.id` is **YO

Re: [PR] chore!: Bump CordovaLib requirements to iOS 13+ [cordova-ios]

2024-08-28 Thread via GitHub
dpogue merged PR #1480: URL: https://github.com/apache/cordova-ios/pull/1480 -- 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] feat!: bump app template's default ios minimum to 14.0 [cordova-ios]

2024-08-28 Thread via GitHub
dpogue closed pull request #1427: feat!: bump app template's default ios minimum to 14.0 URL: https://github.com/apache/cordova-ios/pull/1427 -- 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 spec

Re: [PR] (ios) Adds a routine to flush WkWebView diskcache when the bundle ver… [cordova-ios]

2024-08-28 Thread via GitHub
dpogue closed pull request #1451: (ios) Adds a routine to flush WkWebView diskcache when the bundle ver… URL: https://github.com/apache/cordova-ios/pull/1451 -- 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 t

Re: [PR] (ios) Adds a routine to flush WkWebView diskcache when the bundle ver… [cordova-ios]

2024-08-28 Thread via GitHub
dpogue commented on PR #1451: URL: https://github.com/apache/cordova-ios/pull/1451#issuecomment-2316616166 Closing to close this PR in favour of getting #1471 merged in. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [I] Embedding an external Xcode project in plugin.xml is broken [cordova-ios]

2024-08-28 Thread via GitHub
dpogue commented on issue #994: URL: https://github.com/apache/cordova-ios/issues/994#issuecomment-2316851073 @kafumanto I've been trying to look into this and track down what might have changed between 5.1.1 and 6.0.0 to cause this, but I'm not seeing anything in cordova-ios or cordova-com