Re: [I] Android 13 : Camera/Gallery doesn't open [cordova-plugin-camera]

2024-07-19 Thread via GitHub
Vrittisolutions commented on issue #797: URL: https://github.com/apache/cordova-plugin-camera/issues/797#issuecomment-2238510488 I have used this solution try { if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.TIRAMISU) { // Android 13 and above

Re: [I] Android 13 : Camera/Gallery doesn't open [cordova-plugin-camera]

2024-07-19 Thread via GitHub
Vrittisolutions commented on issue #797: URL: https://github.com/apache/cordova-plugin-camera/issues/797#issuecomment-2238513794 I have used this olution and it's work for me private void requestGalleryPermission() { try { if (Build.VERSION.SDK_INT >= Build.VERS

Re: [I] Android 13 : Camera/Gallery doesn't open [cordova-plugin-camera]

2024-07-19 Thread via GitHub
Swati-R-Patil commented on issue #797: URL: https://github.com/apache/cordova-plugin-camera/issues/797#issuecomment-2238516528 I have used this solution private void requestGalleryPermission() { try { if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.TIRAMISU)

[I] `cordova build ios` doesn't agree with Xcode recommendations [cordova-ios]

2024-07-19 Thread via GitHub
geoidesic opened a new issue, #1449: URL: https://github.com/apache/cordova-ios/issues/1449 # Bug Report ## Problem When I try to `cordova clean ios; cordova build ios --device --release` and then open the project in Xcode, I get a bunch of recommendations If I accept th

Re: [I] `cordova build ios` doesn't agree with Xcode recommendations [cordova-ios]

2024-07-19 Thread via GitHub
breautek closed issue #1449: `cordova build ios` doesn't agree with Xcode recommendations URL: https://github.com/apache/cordova-ios/issues/1449 -- 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 s

Re: [D] Pass memory references from Android Native (C++) to Javascript and read data. [cordova]

2024-07-19 Thread via GitHub
GitHub user breautek added a comment to the discussion: Pass memory references from Android Native (C++) to Javascript and read data. > Is there a way I can access this memory from javascript (ArrayBuffer) without > having to copy the values? No not really. The JS engine memory is isolated an

Re: [D] How can I pass CORS session cookies in cordova ios without using cordova-plugin-webview-proxy ? [cordova]

2024-07-19 Thread via GitHub
GitHub user breautek closed the discussion with a comment: How can I pass CORS session cookies in cordova ios without using cordova-plugin-webview-proxy ? All browser requests will be subjected to CORs. There isn't a way to disable it. So you either need to implement the CORs protocol on the s

[I] App crashing when TargetSDK - 34 [cordova-plugin-camera]

2024-07-19 Thread via GitHub
pjdpaulsagnik opened a new issue, #892: URL: https://github.com/apache/cordova-plugin-camera/issues/892 Bug Report Problem Description Expected Behavior To be able to take photos using the camera. Actual Behavior The app crashes. Related Information Reproduction S