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
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
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)
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
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
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
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
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