[GitHub] [cordova-js] ath0mas commented on pull request #258: feat: bump version 7.0.0-dev

2023-06-14 Thread via GitHub
ath0mas commented on PR #258: URL: https://github.com/apache/cordova-js/pull/258#issuecomment-1592059105 What did you think with `Prepare to merge in some breaking changes.`? Any specific Issue or PR already merged or not yet since last year? And here to ask if a release and publish w

[GitHub] [cordova-plugin-screen-orientation] NathanPepperoni commented on issue #114: Orientation is an empty object on iOS16

2023-06-14 Thread via GitHub
NathanPepperoni commented on issue #114: URL: https://github.com/apache/cordova-plugin-screen-orientation/issues/114#issuecomment-1592319485 Just to keep it alive, we are currently blocked on updating our iOS build nodes by this issue. Unfortunately the proposed workarounds dont work in our

[GitHub] [cordova-plugin-media] antonchizhikov opened a new issue, #375: Exception when Play Sound Android API v33

2023-06-15 Thread via GitHub
antonchizhikov opened a new issue, #375: URL: https://github.com/apache/cordova-plugin-media/issues/375 # Bug Report ## Problem I've created new cordova project and installed cordova-plugin-media the latest version 6.1.0. I use API version 33. I build and install apk file on my Sa

[GitHub] [cordova-plugin-camera] breautek commented on a diff in pull request #814: feat(android)!: Android 13 support

2023-06-15 Thread via GitHub
breautek commented on code in PR #814: URL: https://github.com/apache/cordova-plugin-camera/pull/814#discussion_r1230958672 ## src/android/CameraLauncher.java: ## @@ -223,6 +223,37 @@ else if ((this.srcType == PHOTOLIBRARY) || (this.srcType == SAVEDPHOTOALBUM)) { // LOCAL

[GitHub] [cordova-plugin-media] erisu commented on a diff in pull request #374: Fix for WRITE_EXTERNAL_STORAGE Android API 33

2023-06-15 Thread via GitHub
erisu commented on code in PR #374: URL: https://github.com/apache/cordova-plugin-media/pull/374#discussion_r1231031455 ## .gitignore: ## @@ -19,7 +19,7 @@ bin .project .classpath - +.history Review Comment: Can you revert this one line change please? -- This is an

[GitHub] [cordova-plugin-media] erisu commented on a diff in pull request #374: Fix for WRITE_EXTERNAL_STORAGE Android API 33

2023-06-15 Thread via GitHub
erisu commented on code in PR #374: URL: https://github.com/apache/cordova-plugin-media/pull/374#discussion_r1231031455 ## .gitignore: ## @@ -19,7 +19,7 @@ bin .project .classpath - +.history Review Comment: Can you revert this one line (file) change please? -- This

[GitHub] [cordova-plugin-media-capture] breautek commented on a diff in pull request #262: Android 13 support

2023-06-15 Thread via GitHub
breautek commented on code in PR #262: URL: https://github.com/apache/cordova-plugin-media-capture/pull/262#discussion_r1231029180 ## src/android/Capture.java: ## @@ -79,10 +77,18 @@ public class Capture extends CordovaPlugin { private static final int CAPTURE_PERMISSION_D

[GitHub] [cordova-plugin-media] mirko77 commented on a diff in pull request #374: Fix for WRITE_EXTERNAL_STORAGE Android API 33

2023-06-15 Thread via GitHub
mirko77 commented on code in PR #374: URL: https://github.com/apache/cordova-plugin-media/pull/374#discussion_r1231118601 ## .gitignore: ## @@ -19,7 +19,7 @@ bin .project .classpath - +.history Review Comment: Done -- This is an automated message from the Apache Git

[GitHub] [cordova-plugin-camera] brunoalex commented on issue #825: Support for Android api 33

2023-06-15 Thread via GitHub
brunoalex commented on issue #825: URL: https://github.com/apache/cordova-plugin-camera/issues/825#issuecomment-1593790609 we need this fix -- 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 sp

[GitHub] [cordova-plugin-camera] brunoalex commented on issue #826: Error Code 20 on Android

2023-06-15 Thread via GitHub
brunoalex commented on issue #826: URL: https://github.com/apache/cordova-plugin-camera/issues/826#issuecomment-1593795902 same problem -- 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

[GitHub] [cordova-plugin-camera] brunoalex commented on issue #794: Camera return 20 , after implementing smallcase plugin (Ionic 6)

2023-06-15 Thread via GitHub
brunoalex commented on issue #794: URL: https://github.com/apache/cordova-plugin-camera/issues/794#issuecomment-1593800613 any update ? -- 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

[GitHub] [cordova-ios] FanningHau commented on issue #1152: Cordova iOS 6.2.0 has not been published on Cocoapod

2023-06-16 Thread via GitHub
FanningHau commented on issue #1152: URL: https://github.com/apache/cordova-ios/issues/1152#issuecomment-1594296733 6.3.0 have a same issue, someone can help? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [cordova-ios] FanningHau opened a new issue, #1349: Still can't get 6.3.0 by Cocoapod

2023-06-16 Thread via GitHub
FanningHau opened a new issue, #1349: URL: https://github.com/apache/cordova-ios/issues/1349 I updated the pod repo and used 'pod search Cordova' command , it showed the lastest version is 6.2.0. So how can I get 6.3.0 version by Cocoapod? -- This is an automated message from the Apa

[GitHub] [cordova-plugin-media-capture] jschillingApollo commented on issue #263: Provide the ability to store capture files in private app storage rather than external storage

2023-06-16 Thread via GitHub
jschillingApollo commented on issue #263: URL: https://github.com/apache/cordova-plugin-media-capture/issues/263#issuecomment-1594914276 @losrak Thank you for the suggestion! I appreciate the help and I'll give this a try in the meantime For the package maintainers however, I would l

[GitHub] [cordova-plugin-camera] jimbergman commented on issue #826: Error Code 20 on Android

2023-06-16 Thread via GitHub
jimbergman commented on issue #826: URL: https://github.com/apache/cordova-plugin-camera/issues/826#issuecomment-1595190119 I'm experiencing the same issue. Running `cordova@12.0.0` (command line tools) these settings don't work with the camera plugin: `` `` it works f

[GitHub] [cordova-android] ishigo1987 commented on issue #1525: The "path" argument must be of type string. Received undefined

2023-06-17 Thread via GitHub
ishigo1987 commented on issue #1525: URL: https://github.com/apache/cordova-android/issues/1525#issuecomment-1595720698 Same problem for me, do i need to remove the entire code block ? "undefined": { "parents": { "AndroidManifest.xml": [ {

[GitHub] [cordova-plugin-media] adrianhardy commented on issue #373: Can't record audio on app targeting Android 13 due to plugin requesting WRITE_EXTERNAL_STORAGE permission (which always fails)

2023-06-17 Thread via GitHub
adrianhardy commented on issue #373: URL: https://github.com/apache/cordova-plugin-media/issues/373#issuecomment-1595723809 Forgive my ignorance, but when looking at your suggested fix: ``` String READ_IMAGES_PERMISSION = Build.VERSION.SDK_INT >= Build.VERSION_CODES

[GitHub] [cordova-ios] Kashaf14 commented on issue #1321: WKWebView no longer debuggable on iOS 16.4+

2023-06-17 Thread via GitHub
Kashaf14 commented on issue #1321: URL: https://github.com/apache/cordova-ios/issues/1321#issuecomment-1595725406 @daviesdoclc i am still unable to get this working , would you please explain what was your mistake? It would be great. -- This is an automated message from the Apach

[GitHub] [cordova-plugin-media] suzukieng commented on issue #373: Can't record audio on app targeting Android 13 due to plugin requesting WRITE_EXTERNAL_STORAGE permission (which always fails)

2023-06-18 Thread via GitHub
suzukieng commented on issue #373: URL: https://github.com/apache/cordova-plugin-media/issues/373#issuecomment-1596600315 Hi @adrianhardy. It's just basically saying "if you're running on Android 13, request READ_MEDIA_IMAGES permission, otherwise request READ_EXTERNAL_STORAGE permission".

[GitHub] [cordova-plugin-inappbrowser] predatorx7 opened a new issue, #1007: IllegalArgumentException when closing InAppBrowser on android

2023-06-19 Thread via GitHub
predatorx7 opened a new issue, #1007: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/1007 # Bug Report ## Problem We are facing a crash (reported from Google Play Console), that is happening on some phones, mentioned InAppBrowser in the stack trace. Th

[GitHub] [cordova-ios] wmathurin commented on issue #1152: Cordova iOS 6.2.0 has not been published on Cocoapod

2023-06-19 Thread via GitHub
wmathurin commented on issue #1152: URL: https://github.com/apache/cordova-ios/issues/1152#issuecomment-1597635100 @FanningHau, our workaround is to point to github in our cordova plugin: `https://github.com/apache/cordova-ios"; tag="6.3.0" />` See: https://github.com/forcedot

[GitHub] [cordova-ios] FanningHau commented on issue #1152: Cordova iOS 6.2.0 has not been published on Cocoapod

2023-06-19 Thread via GitHub
FanningHau commented on issue #1152: URL: https://github.com/apache/cordova-ios/issues/1152#issuecomment-1598026312 @wmathurin OK, thanks for your reply -- 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

[GitHub] [cordova-plugin-inappbrowser] bennord closed pull request #1008: Version bump 5.0.9-dev

2023-06-19 Thread via GitHub
bennord closed pull request #1008: Version bump 5.0.9-dev URL: https://github.com/apache/cordova-plugin-inappbrowser/pull/1008 -- 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. T

[GitHub] [cordova-plugin-inappbrowser] bennord opened a new pull request, #1008: Version bump 5.0.9-dev

2023-06-19 Thread via GitHub
bennord opened a new pull request, #1008: URL: https://github.com/apache/cordova-plugin-inappbrowser/pull/1008 version bump -- 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.

[GitHub] [cordova-plugin-inappbrowser] bennord commented on pull request #1008: Version bump 5.0.9-dev

2023-06-19 Thread via GitHub
bennord commented on PR #1008: URL: https://github.com/apache/cordova-plugin-inappbrowser/pull/1008#issuecomment-1598214718 opened on wrong branch. -- 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 t

[GitHub] [cordova-ios] NiklasMerz commented on issue #1152: Cordova iOS 6.2.0 has not been published on Cocoapod

2023-06-20 Thread via GitHub
NiklasMerz commented on issue #1152: URL: https://github.com/apache/cordova-ios/issues/1152#issuecomment-1598231802 6.3.0 is now published thanks to @erisu -- 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

[GitHub] [cordova-plugin-camera] EliaMinozzi opened a new issue, #836: NSLocationAlwaysAndWhenInUseUsageDescription warning

2023-06-20 Thread via GitHub
EliaMinozzi opened a new issue, #836: URL: https://github.com/apache/cordova-plugin-camera/issues/836 Hi, I used this plugin for upload photos and images in my app, but when I put my IOS app on the app store the send my this mail: "" ITMS-90738: Invalid purpose string value - Th

[GitHub] [cordova-plugin-inappbrowser] breautek commented on issue #1007: IllegalArgumentException when closing InAppBrowser on android

2023-06-20 Thread via GitHub
breautek commented on issue #1007: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/1007#issuecomment-1598632140 I'm not that familiar with this plugin's codebase but did some exploratory digging and > at org.apache.cordova.inappbrowser.InAppBrowser$6$1.onPageFini

[GitHub] [cordova-ios] NullVoidKage commented on issue #1113: Macbook M1 : App won't build on simulator but works fine on device

2023-06-20 Thread via GitHub
NullVoidKage commented on issue #1113: URL: https://github.com/apache/cordova-ios/issues/1113#issuecomment-1598743498 > I did not have to add, CordovaLib was part of Cordova project, its just that I also had to set the exclude on that folder in the Project tree otherwise this library still

[GitHub] [cordova-ios] breautek closed issue #1113: Macbook M1 : App won't build on simulator but works fine on device

2023-06-20 Thread via GitHub
breautek closed issue #1113: Macbook M1 : App won't build on simulator but works fine on device URL: https://github.com/apache/cordova-ios/issues/1113 -- 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

[GitHub] [cordova-ios] breautek commented on issue #1113: Macbook M1 : App won't build on simulator but works fine on device

2023-06-20 Thread via GitHub
breautek commented on issue #1113: URL: https://github.com/apache/cordova-ios/issues/1113#issuecomment-1598796795 > App won't build on the simulator but works fine on the device > After adding the below setting for a run on the simulator will cause the issue: > Xcode -> Tar

[GitHub] [cordova-plugin-camera] cyril23 commented on issue #826: Error Code 20 on Android

2023-06-20 Thread via GitHub
cyril23 commented on issue #826: URL: https://github.com/apache/cordova-plugin-camera/issues/826#issuecomment-1598878145 > EDIT: the fork by levieu above did not work for me same here for me. Testing on Android 13.0.0 on a OnePlus 9 Pro: I've tried the following repos **and fin

[GitHub] [cordova-plugin-camera] epetre commented on issue #826: Error Code 20 on Android

2023-06-20 Thread via GitHub
epetre commented on issue #826: URL: https://github.com/apache/cordova-plugin-camera/issues/826#issuecomment-1598900377 @cyril23 🔥 🙌 It also works on my Samsung S20, with Cordova 12, Android 13 API 33. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [cordova-plugin-camera] matheus-inacio opened a new issue, #837: OnResume dosen't get triggered when the photo is taken (Android)

2023-06-20 Thread via GitHub
matheus-inacio opened a new issue, #837: URL: https://github.com/apache/cordova-plugin-camera/issues/837 # Bug Report ## Problem I've subcribed to the `onResume` as documented, but i only get the event triggered (with the proper `pendingResult` value) when i cancel the photo.

[GitHub] [cordova-ios] sparh commented on issue #1348: Invalid URL Error while adding iOS platform

2023-06-20 Thread via GitHub
sparh commented on issue #1348: URL: https://github.com/apache/cordova-ios/issues/1348#issuecomment-1598962574 Same here with Mac OS Ventura 13.2.1 Xcode 14.3.1 Node v18.16.0 Cordova 12.0.0 (cordova-lib@12.0.1) Cordova iOS 6.3.0 -- This is an automated message from the Apac

[GitHub] [cordova-ios] breautek commented on issue #1348: Invalid URL Error while adding iOS platform

2023-06-20 Thread via GitHub
breautek commented on issue #1348: URL: https://github.com/apache/cordova-ios/issues/1348#issuecomment-1599024251 This is a strange issue but I suspect the underlying cause is from a plugin that cordova is attempting to install. Normally we see better console output though. I'd try r

[GitHub] [cordova-ios] sparh commented on issue #1348: Invalid URL Error while adding iOS platform

2023-06-20 Thread via GitHub
sparh commented on issue #1348: URL: https://github.com/apache/cordova-ios/issues/1348#issuecomment-1599036987 Thanks for the reply here are the result with --verbose I have checked but I don't see anything strange (sorry but I am a newbie) You can see the invalid url at the end

[GitHub] [cordova-ios] dpogue commented on issue #1348: Invalid URL Error while adding iOS platform

2023-06-20 Thread via GitHub
dpogue commented on issue #1348: URL: https://github.com/apache/cordova-ios/issues/1348#issuecomment-1599041753 My other suspicion is that this might be due to changes to how URLs are parsed in `access`/`allow-navigation`/`allow-intent` in 6.3.0 (due to NodeJS 18 changing their URL parsing,

[GitHub] [cordova-ios] SvyatoslavPozhydaev opened a new issue, #1350: iframe not send referrer header

2023-06-20 Thread via GitHub
SvyatoslavPozhydaev opened a new issue, #1350: URL: https://github.com/apache/cordova-ios/issues/1350 # Bug Report ## Problem in `config.xml` I set hostname, hostname is origin for app, but iframe not send referrer. I also tried different values of the referrerpolicy attribute o

[GitHub] [cordova-plugin-camera] cyril23 commented on issue #826: Error Code 20 on Android

2023-06-20 Thread via GitHub
cyril23 commented on issue #826: URL: https://github.com/apache/cordova-plugin-camera/issues/826#issuecomment-1599057802 > Thx @cyril23 🔥 🙌 > > It also works on my Samsung S20, with Cordova 12, Android 13 API 33. glad to hear, but the https://github.com/jalios/cordova-plugin-ca

[GitHub] [cordova-ios] dpogue commented on issue #1350: iframe not send referrer header

2023-06-20 Thread via GitHub
dpogue commented on issue #1350: URL: https://github.com/apache/cordova-ios/issues/1350#issuecomment-1599076022 This behaviour comes from Apple's WebKit library, not from Cordova, so there's probably nothing we can do to change it. You can file bugs against WebKit at https://bugs.webkit.o

[GitHub] [cordova-ios] dpogue closed issue #1350: iframe not send referrer header

2023-06-20 Thread via GitHub
dpogue closed issue #1350: iframe not send referrer header URL: https://github.com/apache/cordova-ios/issues/1350 -- 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

[GitHub] [cordova-ios] sparh commented on issue #1348: Invalid URL Error while adding iOS platform

2023-06-20 Thread via GitHub
sparh commented on issue #1348: URL: https://github.com/apache/cordova-ios/issues/1348#issuecomment-1599101676 Here they are ` http://*"; /> https://*"; /> http://*/*"; /> ht

[GitHub] [cordova-ios] breautek commented on issue #1348: Invalid URL Error while adding iOS platform

2023-06-20 Thread via GitHub
breautek commented on issue #1348: URL: https://github.com/apache/cordova-ios/issues/1348#issuecomment-1599109467 The problematic entries are: ``` ``` In Node 18 I believe, NodeJS was changed

[GitHub] [cordova-ios] dpogue commented on issue #1348: Invalid URL Error while adding iOS platform

2023-06-20 Thread via GitHub
dpogue commented on issue #1348: URL: https://github.com/apache/cordova-ios/issues/1348#issuecomment-1599116492 If you prefix all of those with `http://` it should allow both HTTP and HTTPS connections to those domains (if you only need HTTPS connections, then use `https://` as the prefix).

[GitHub] [cordova-ios] FanningHau closed issue #1349: Still can't get 6.3.0 by Cocoapod

2023-06-20 Thread via GitHub
FanningHau closed issue #1349: Still can't get 6.3.0 by Cocoapod URL: https://github.com/apache/cordova-ios/issues/1349 -- 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

[GitHub] [cordova-ios] sparh commented on issue #1348: Invalid URL Error while adding iOS platform

2023-06-21 Thread via GitHub
sparh commented on issue #1348: URL: https://github.com/apache/cordova-ios/issues/1348#issuecomment-1600324936 Thank you it is ok now -- 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

[GitHub] [cordova-android] FanYeeChok opened a new issue, #1626: Cordova Android 12 Permission Not prompt or request in real device

2023-06-21 Thread via GitHub
FanYeeChok opened a new issue, #1626: URL: https://github.com/apache/cordova-android/issues/1626 # Bug Report ## Problem Permission not prompt in real device ### What is expected to happen? Expected to prompt permission in real device ### What does actually happ

[GitHub] [cordova-plugin-camera] ssrajasekaran commented on issue #797: Android 13 : Camera/Gallery doesn't open

2023-06-21 Thread via GitHub
ssrajasekaran commented on issue #797: URL: https://github.com/apache/cordova-plugin-camera/issues/797#issuecomment-1600624367 Hi everyone, I Had similar error, and I fixed it by installing cordova-plugin-android-permissions plugin. Try it. -- This is an automated message from the

[GitHub] [cordova-docs] breautek commented on issue #993: Docs should specify exact dependencies or use shrinkwrap.

2023-06-21 Thread via GitHub
breautek commented on issue #993: URL: https://github.com/apache/cordova-docs/issues/993#issuecomment-1600876417 We have `package-lock.json` committed now which should address the original concern. -- This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [cordova-docs] breautek closed issue #993: Docs should specify exact dependencies or use shrinkwrap.

2023-06-21 Thread via GitHub
breautek closed issue #993: Docs should specify exact dependencies or use shrinkwrap. URL: https://github.com/apache/cordova-docs/issues/993 -- 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 speci

[GitHub] [cordova-plugin-camera] AdrianV opened a new pull request, #838: (ios) workaround for Issue #778

2023-06-21 Thread via GitHub
AdrianV opened a new pull request, #838: URL: https://github.com/apache/cordova-plugin-camera/pull/838 ### Platforms affected iOS ### Motivation and Context Issue #778 ### Description setting data to nil in line 409 crashes the front end app. Therefore I co

[GitHub] [cordova-plugin-file] inaitana opened a new issue, #571: Support sync filesystem writing ("flush writes")

2023-06-21 Thread via GitHub
inaitana opened a new issue, #571: URL: https://github.com/apache/cordova-plugin-file/issues/571 # Feature Request ## Motivation Behind Feature I run a distributed ticketing app on a few Android devices, some of which have a built-in printer. All the app persistence (sessions an

[GitHub] [cordova-ios] KyryloMel-eleks opened a new pull request, #1351: Feature/app 1711 egym integration

2023-06-22 Thread via GitHub
KyryloMel-eleks opened a new pull request, #1351: URL: https://github.com/apache/cordova-ios/pull/1351 https://davidlloyd-digital.atlassian.net/browse/APP-1711 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [cordova-ios] KyryloMel-eleks closed pull request #1351: Feature/app 1711 egym integration

2023-06-22 Thread via GitHub
KyryloMel-eleks closed pull request #1351: Feature/app 1711 egym integration URL: https://github.com/apache/cordova-ios/pull/1351 -- 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.

[GitHub] [cordova-plugin-media-capture] jcesarmobile opened a new pull request, #270: chore: Update SUPPORT_QUESTION.md template

2023-06-22 Thread via GitHub
jcesarmobile opened a new pull request, #270: URL: https://github.com/apache/cordova-plugin-media-capture/pull/270 Add GitHub Discussions link Update slack invite link as current one is down Change Ionic Slack with Ionic Discord Remove Phonegap forums since they no longer exist --

[GitHub] [cordova-plugin-media-capture] jcesarmobile commented on issue #258: Plugins are missing dependencies

2023-06-22 Thread via GitHub
jcesarmobile commented on issue #258: URL: https://github.com/apache/cordova-plugin-media-capture/issues/258#issuecomment-1602542960 This plugin depends on `cordova-plugin-file`, but Capacitor doesn't install plugin dependencies, if you check the `ionic cap sync`, it should be warning you

[GitHub] [cordova-plugin-media-capture] jcesarmobile closed issue #258: Plugins are missing dependencies

2023-06-22 Thread via GitHub
jcesarmobile closed issue #258: Plugins are missing dependencies URL: https://github.com/apache/cordova-plugin-media-capture/issues/258 -- 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 co

[GitHub] [cordova-plugin-camera] goncalo-tomas commented on issue #837: OnResume dosen't get triggered when the photo is taken (Android)

2023-06-22 Thread via GitHub
goncalo-tomas commented on issue #837: URL: https://github.com/apache/cordova-plugin-camera/issues/837#issuecomment-1602649749 Hello, the same issue is happening in our application. However I'm using the outsystems fork: https://github.com/OutSystems/cordova-plugin-camera/tree/4.2.0-OS

[GitHub] [cordova-coho] dependabot[bot] opened a new pull request, #320: chore(deps): bump semver from 4.3.6 to 7.5.2

2023-06-22 Thread via GitHub
dependabot[bot] opened a new pull request, #320: URL: https://github.com/apache/cordova-coho/pull/320 Bumps [semver](https://github.com/npm/node-semver) from 4.3.6 to 7.5.2. Release notes Sourced from https://github.com/npm/node-semver/releases";>semver's releases. v7.5.2

[GitHub] [cordova-coho] codecov-commenter commented on pull request #320: chore(deps): bump semver from 4.3.6 to 7.5.2

2023-06-22 Thread via GitHub
codecov-commenter commented on PR #320: URL: https://github.com/apache/cordova-coho/pull/320#issuecomment-1603141198 ## [Codecov](https://app.codecov.io/gh/apache/cordova-coho/pull/320?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ap

[GitHub] [cordova-plugin-camera] matheus-inacio commented on issue #837: OnResume dosen't get triggered when the photo is taken (Android)

2023-06-22 Thread via GitHub
matheus-inacio commented on issue #837: URL: https://github.com/apache/cordova-plugin-camera/issues/837#issuecomment-1603315107 @goncalo-tomas My app is also using the OutSystems fork. I've created a cordova app from scratch and the `resume` event triggered correctly, so i guess this

[GitHub] [cordova-ios] srinivasaraosaluru commented on issue #582: Automate "Notification Service Extension" (File > New > Target) step

2023-06-22 Thread via GitHub
srinivasaraosaluru commented on issue #582: URL: https://github.com/apache/cordova-ios/issues/582#issuecomment-1603644047 Thank Ypou @rricamar for your comments, I have achieved the same with help of manual steps. Thank You once again. -- This is an automated message from the Apache Git

[GitHub] [cordova-ios] srinivasaraosaluru opened a new issue, #1352: Push Notifications are not coming to real device where as working in simulator

2023-06-22 Thread via GitHub
srinivasaraosaluru opened a new issue, #1352: URL: https://github.com/apache/cordova-ios/issues/1352 Hi Team, Greetings of the day! We are facing one very weird error during our Hybrid Application Development, looking for some help from our cordove ionic experts. Cur

[GitHub] [cordova-android] joshstrange opened a new issue, #1627: Could not find org.apache.cordova:framework:7.0.0

2023-06-23 Thread via GitHub
joshstrange opened a new issue, #1627: URL: https://github.com/apache/cordova-android/issues/1627 # Bug Report You can no longer install any version of the cordova framework <10 ## Problem JFrog has [broken it's promise](https://jfrog.com/blog/into-the-sunset-bintray-jce

[GitHub] [cordova-android] breautek commented on issue #1627: Could not find org.apache.cordova:framework:7.0.0

2023-06-23 Thread via GitHub
breautek commented on issue #1627: URL: https://github.com/apache/cordova-android/issues/1627#issuecomment-1604241216 > This issue is not for apache/cordova-android to do anything, but rather as a way for the community to find information when they search for this issue in their builds.

[GitHub] [cordova-paramedic] tibdev78 opened a new issue, #260: Failed to fetch plugin-test

2023-06-23 Thread via GitHub
tibdev78 opened a new issue, #260: URL: https://github.com/apache/cordova-paramedic/issues/260 Hi everyone, I tried using "cordova-paramedic" to test my cordova plugin but when adding my test plugin it said "Failed to fetch plugin https://github.com/apache/cordova-plugin-test-framewo

[GitHub] [cordova-paramedic] breautek commented on issue #260: Failed to fetch plugin-test

2023-06-23 Thread via GitHub
breautek commented on issue #260: URL: https://github.com/apache/cordova-paramedic/issues/260#issuecomment-1604384329 paramedic is not a tool we release very often since since it's primary a dev tool for developing Cordova and the current NPM release is extremely dated. I'd try cloni

[GitHub] [cordova-plugin-camera] matheus-inacio commented on issue #826: Error Code 20 on Android

2023-06-23 Thread via GitHub
matheus-inacio commented on issue #826: URL: https://github.com/apache/cordova-plugin-camera/issues/826#issuecomment-1604390817 I've created an app from zero and ran on an emulator with android 13, i was getting this error as well. Oddly enough, if i keep pressing the camera button m

[GitHub] [cordova-paramedic] tibdev78 commented on issue #260: Failed to fetch plugin-test

2023-06-23 Thread via GitHub
tibdev78 commented on issue #260: URL: https://github.com/apache/cordova-paramedic/issues/260#issuecomment-1604486682 Whether you use "npx cordova-paramedic" or "node .\node_modules\cordova-paramedic\main.js" I think it's the same thing because in the package.json it uses main.js but I sti

[GitHub] [cordova-paramedic] breautek commented on issue #260: Failed to fetch plugin-test

2023-06-23 Thread via GitHub
breautek commented on issue #260: URL: https://github.com/apache/cordova-paramedic/issues/260#issuecomment-1604504718 > Whether you use "npx cordova-paramedic" or "node .\node_modules\cordova-paramedic\main.js" I think it's the same thing because in the package.json it uses main.js but I s

[GitHub] [cordova-test-platform] dependabot[bot] opened a new pull request, #23: Bump semver and cordova-common

2023-06-23 Thread via GitHub
dependabot[bot] opened a new pull request, #23: URL: https://github.com/apache/cordova-test-platform/pull/23 Removes [semver](https://github.com/npm/node-semver). It's no longer used after updating ancestor dependency [cordova-common](https://github.com/apache/cordova-common). These depende

[GitHub] [cordova-android] EYALIN commented on issue #1616: Adaptive Icon not working with cordova-android 12

2023-06-23 Thread via GitHub
EYALIN commented on issue #1616: URL: https://github.com/apache/cordova-android/issues/1616#issuecomment-1605247566 @breautek is there any news regarding the icon? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[GitHub] [cordova-paramedic] tibdev78 commented on issue #260: Failed to fetch plugin-test

2023-06-24 Thread via GitHub
tibdev78 commented on issue #260: URL: https://github.com/apache/cordova-paramedic/issues/260#issuecomment-1605307016 now i understand, it's work thank for you help !! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [cordova-paramedic] tibdev78 closed issue #260: Failed to fetch plugin-test

2023-06-24 Thread via GitHub
tibdev78 closed issue #260: Failed to fetch plugin-test URL: https://github.com/apache/cordova-paramedic/issues/260 -- 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 unsubscri

[GitHub] [cordova-android] dependabot[bot] opened a new pull request, #1628: chore(deps): bump semver from 7.3.8 to 7.5.2

2023-06-24 Thread via GitHub
dependabot[bot] opened a new pull request, #1628: URL: https://github.com/apache/cordova-android/pull/1628 Bumps [semver](https://github.com/npm/node-semver) from 7.3.8 to 7.5.2. Release notes Sourced from https://github.com/npm/node-semver/releases";>semver's releases. v7.5

[GitHub] [cordova-android] codecov-commenter commented on pull request #1628: chore(deps): bump semver from 7.3.8 to 7.5.2

2023-06-24 Thread via GitHub
codecov-commenter commented on PR #1628: URL: https://github.com/apache/cordova-android/pull/1628#issuecomment-1605326372 ## [Codecov](https://app.codecov.io/gh/apache/cordova-android/pull/1628?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut

[GitHub] [cordova-ios] aaadipop commented on issue #1301: Mark the webview as inspectable in iOS 16.4

2023-06-24 Thread via GitHub
aaadipop commented on issue #1301: URL: https://github.com/apache/cordova-ios/issues/1301#issuecomment-1605462121 works, but `console.log()` doesn't print anything ... any hints? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [cordova-node-xcode] Thanaen commented on issue #53: [Question] How to add localized file to project?

2023-06-26 Thread via GitHub
Thanaen commented on issue #53: URL: https://github.com/apache/cordova-node-xcode/issues/53#issuecomment-1607265872 Hi @Gerrel, I know this issue is old, but do you remember how you solved the problem? -- This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [cordova-plugin-media-capture] FrancescoPaiola commented on pull request #262: Android 13 support

2023-06-26 Thread via GitHub
FrancescoPaiola commented on PR #262: URL: https://github.com/apache/cordova-plugin-media-capture/pull/262#issuecomment-1607405886 any update on this? -- 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 g

[GitHub] [cordova-plugin-file] LucasBourgeois opened a new issue, #572: File, FileReader, Blob, ArrayBuffer are replacing Javascript native code instead of extending it.

2023-06-26 Thread via GitHub
LucasBourgeois opened a new issue, #572: URL: https://github.com/apache/cordova-plugin-file/issues/572 # Bug Report ## Problem Many of this plugin classes are overriding Javascript native classes instead of implements them properly ### What is expected to happen? Plugin

[GitHub] [cordova-plugin-media] mirko77 commented on issue #375: Exception when Play Sound Android API v33

2023-06-26 Thread via GitHub
mirko77 commented on issue #375: URL: https://github.com/apache/cordova-plugin-media/issues/375#issuecomment-1607791464 What is the content of `filePath`.? -- 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

[GitHub] [cordova-plugin-camera] JeffBerman commented on issue #679: App crashes with RecoverableSecurityException after URI resolves to content://media/

2023-06-26 Thread via GitHub
JeffBerman commented on issue #679: URL: https://github.com/apache/cordova-plugin-camera/issues/679#issuecomment-1607992775 I did the same as @PabbleDabble and sent our app to a customer who experiences the crashing issue on their tablet. It resolved the crash, but they state that every ti

[GitHub] [cordova-plugin-camera] PabbleDabble commented on issue #679: App crashes with RecoverableSecurityException after URI resolves to content://media/

2023-06-26 Thread via GitHub
PabbleDabble commented on issue #679: URL: https://github.com/apache/cordova-plugin-camera/issues/679#issuecomment-1608203937 @JeffBerman I only did a quick test so this could be happening, not sure. We just send build to QA, I'll ask our Android 12 user to test again and update asap. -

[GitHub] [cordova-ios] msmtamburro commented on issue #1223: Cannot use custom URL scheme in embedded Web view

2023-06-26 Thread via GitHub
msmtamburro commented on issue #1223: URL: https://github.com/apache/cordova-ios/issues/1223#issuecomment-1608211672 I see a bug here: https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/Private/Plugins/CDVWebViewEngine/CDVWebViewEngine.m#L343C102-L343C110 The `str

[GitHub] [cordova-ios] msmtamburro commented on issue #1217: The config setting for the entrypoint of the app is not working

2023-06-26 Thread via GitHub
msmtamburro commented on issue #1217: URL: https://github.com/apache/cordova-ios/issues/1217#issuecomment-1608241481 Schemes look like they're currently broken due to: https://github.com/apache/cordova-ios/issues/1223#issuecomment-1608211672 -- This is an automated message from the Apache

[GitHub] [cordova-ios] msmtamburro commented on issue #1163: Cannot use custom scheme in embedded web view

2023-06-26 Thread via GitHub
msmtamburro commented on issue #1163: URL: https://github.com/apache/cordova-ios/issues/1163#issuecomment-1608244354 I saw this issue with schemes, which had the same behavior: https://github.com/apache/cordova-ios/issues/1223#issuecomment-1608211672 -- This is an automated message from t

[GitHub] [cordova-ios] msmtamburro commented on issue #1324: Routing error in WKWebView on iOS16 and above when building with Xcode14.3

2023-06-26 Thread via GitHub
msmtamburro commented on issue #1324: URL: https://github.com/apache/cordova-ios/issues/1324#issuecomment-1608295489 > The short answer is that you'll need to use a custom scheme instead of file URLs. Hi @dpogue. Is the scheme option currently broken? I noticed this today: https://

[GitHub] [cordova-plugin-media] edwardlo12 commented on issue #375: Exception when Play Sound Android API v33

2023-06-26 Thread via GitHub
edwardlo12 commented on issue #375: URL: https://github.com/apache/cordova-plugin-media/issues/375#issuecomment-1608465169 Sorry, I solved it with #373 Thanks~ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[GitHub] [cordova-plugin-screen-orientation] FreddieFred34 commented on issue #119: iOS 16.4 and 16.5 stops at screen.orientation.lock()

2023-06-26 Thread via GitHub
FreddieFred34 commented on issue #119: URL: https://github.com/apache/cordova-plugin-screen-orientation/issues/119#issuecomment-1608844035 > Nope, unfortunately the workaround doesn't work on older iOS versions. So we have to do this: www/**screenorientation.js**, around **line 98**: >

[GitHub] [cordova-ios] erisu opened a new pull request, #1353: fix(CDVWebViewEngine): use NSURL absoluteString value for stringWithFormat

2023-06-27 Thread via GitHub
erisu opened a new pull request, #1353: URL: https://github.com/apache/cordova-ios/pull/1353 ### Motivation and Context Fixes #1223 ### Description Use NSURL absolute string value when used with stringWithFormat. ### Testing - [x] `npm t`

[GitHub] [cordova-ios] codecov-commenter commented on pull request #1353: fix(CDVWebViewEngine): use NSURL absoluteString value for stringWithFormat

2023-06-27 Thread via GitHub
codecov-commenter commented on PR #1353: URL: https://github.com/apache/cordova-ios/pull/1353#issuecomment-1608950338 ## [Codecov](https://app.codecov.io/gh/apache/cordova-ios/pull/1353?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=a

[GitHub] [cordova-plugin-file] LucasBourgeois commented on issue #316: Do not overwrite standard File API

2023-06-27 Thread via GitHub
LucasBourgeois commented on issue #316: URL: https://github.com/apache/cordova-plugin-file/issues/316#issuecomment-1609202634 Please fix this -- 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

[GitHub] [cordova-plugin-inappbrowser] hardik047 commented on issue #940: Stripe payment page crasing in iOS

2023-06-27 Thread via GitHub
hardik047 commented on issue #940: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/940#issuecomment-1609260903 Do we have any updates on this issue? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [cordova-plugin-camera] DaedalusDev commented on issue #826: Error Code 20 on Android

2023-06-27 Thread via GitHub
DaedalusDev commented on issue #826: URL: https://github.com/apache/cordova-plugin-camera/issues/826#issuecomment-1609389523 @cyril23 Here a fork inspired from the work of @jalios. Work perfectly on Android 13, 7 and 8 :tada: I've only change that rows to match original code : ```

[GitHub] [cordova-plugin-camera] DaedalusDev commented on a diff in pull request #814: feat(android)!: Android 13 support

2023-06-27 Thread via GitHub
DaedalusDev commented on code in PR #814: URL: https://github.com/apache/cordova-plugin-camera/pull/814#discussion_r1243650007 ## src/android/CameraLauncher.java: ## @@ -245,8 +276,14 @@ private String getTempDirectoryPath() { * @param encodingType Compression q

[GitHub] [cordova-plugin-camera] DaedalusDev commented on a diff in pull request #814: feat(android)!: Android 13 support

2023-06-27 Thread via GitHub
DaedalusDev commented on code in PR #814: URL: https://github.com/apache/cordova-plugin-camera/pull/814#discussion_r1243650007 ## src/android/CameraLauncher.java: ## @@ -245,8 +276,14 @@ private String getTempDirectoryPath() { * @param encodingType Compression q

[GitHub] [cordova-node-xcode] Gerrel commented on issue #53: [Question] How to add localized file to project?

2023-06-27 Thread via GitHub
Gerrel commented on issue #53: URL: https://github.com/apache/cordova-node-xcode/issues/53#issuecomment-1609444164 @Thanaen indeed old project that I don't use anymore do know it was working... Solution must be somewhere it this snippet ` ```typescript // Configure localized

[GitHub] [cordova-node-xcode] Thanaen commented on issue #53: [Question] How to add localized file to project?

2023-06-27 Thread via GitHub
Thanaen commented on issue #53: URL: https://github.com/apache/cordova-node-xcode/issues/53#issuecomment-1609449480 Phew, you must have had fun writing all that 😅 I found a solution by exploiting the addLocalizationVariantGroup and addResourceFile methods (inspired by unit tests).

[GitHub] [cordova-plugin-file] chr15m commented on issue #316: Do not overwrite standard File API

2023-06-27 Thread via GitHub
chr15m commented on issue #316: URL: https://github.com/apache/cordova-plugin-file/issues/316#issuecomment-1609538647 Dear @LucasBourgeois, if you want it fixed then put a fix together and submit a pull request. -- This is an automated message from the Apache Git Service. To respond to t

  1   2   3   4   5   6   7   8   9   10   >