Re: [PR] feat!: API 34 Support [cordova-android]

2024-03-31 Thread via GitHub
bryan-hunter commented on code in PR #1678: URL: https://github.com/apache/cordova-android/pull/1678#discussion_r1545883119 ## lib/builders/ProjectBuilder.js: ## @@ -116,16 +114,17 @@ class ProjectBuilder { return args; } -/* -* This returns a promise -

Re: [PR] feat!: API 34 Support [cordova-android]

2024-03-31 Thread via GitHub
bryan-hunter commented on code in PR #1678: URL: https://github.com/apache/cordova-android/pull/1678#discussion_r1545883119 ## lib/builders/ProjectBuilder.js: ## @@ -116,16 +114,17 @@ class ProjectBuilder { return args; } -/* -* This returns a promise -

Re: [I] File Path Issue in iOS 13.1 [cordova-plugin-file]

2024-03-31 Thread via GitHub
MustakTalukder commented on issue #346: URL: https://github.com/apache/cordova-plugin-file/issues/346#issuecomment-2029123130 Hi All, Go to your Xcode, And follow this comment, just replace the code. It works for me. - Go to your Xcode - Search for "(CDVPluginResult*)resultFor

Re: [I] iOS13 file_uri error picking video from gallery [cordova-plugin-camera]

2024-03-31 Thread via GitHub
MustakTalukder commented on issue #506: URL: https://github.com/apache/cordova-plugin-camera/issues/506#issuecomment-2029128021 > Hi again! Here is the solution (sorry, I don't know how to open a new tree), to help any other user. > > **in CDVCamera.m change THIS:** > > * (CDV