[I] Cordova 12 can not save file to Android API 33 file system [cordova-plugin-file]

2023-11-09 Thread via GitHub
Geshaa opened a new issue, #613: URL: https://github.com/apache/cordova-plugin-file/issues/613 # Bug Report ## Problem I am using Cordova 12.0 and I am creating cordova android 12 project API 33 on which I am trying to create text file and save it on phone memory so it could be th

Re: [I] Cordova 12 can not save file to Android API 33 file system [cordova-plugin-file]

2023-11-09 Thread via GitHub
breautek commented on issue #613: URL: https://github.com/apache/cordova-plugin-file/issues/613#issuecomment-1804088841 Can you show the complete code? The code snippet shown only the `externalDataDirectory` URL. We don't know what `createFile` does or how you're getting the `FileEnt

Re: [I] Cordova Plugin File doesn't work on Android 13 [cordova-plugin-file]

2023-11-09 Thread via GitHub
breautek commented on issue #610: URL: https://github.com/apache/cordova-plugin-file/issues/610#issuecomment-1804109467 I don't know if there is a language barrier but the code doesn't appear to be at all related to the original issue. First you were asking > What permission s

Re: [I] Cordova Plugin File doesn't work on Android 13 [cordova-plugin-file]

2023-11-09 Thread via GitHub
breautek closed issue #610: Cordova Plugin File doesn't work on Android 13 URL: https://github.com/apache/cordova-plugin-file/issues/610 -- 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 c

Re: [I] drop xcode 11-12-13 support [cordova-ios]

2023-11-09 Thread via GitHub
FelipeAzambuja commented on issue #1367: URL: https://github.com/apache/cordova-ios/issues/1367#issuecomment-1804217462 ![image](https://github.com/apache/cordova-ios/assets/1438188/56526ab9-da51-410a-9d30-a8b259bd2e65) Today my development environment that my machine allows is this

Re: [I] drop xcode 11-12-13 support [cordova-ios]

2023-11-09 Thread via GitHub
dpogue commented on issue #1367: URL: https://github.com/apache/cordova-ios/issues/1367#issuecomment-1804224375 @FelipeAzambuja Cordova-iOS will work fine on your current setup for development and testing, but you will not be able to build and submit apps to the App Store from that environm

Re: [I] drop xcode 11-12-13 support [cordova-ios]

2023-11-09 Thread via GitHub
jcesarmobile commented on issue #1367: URL: https://github.com/apache/cordova-ios/issues/1367#issuecomment-1804242348 There is no guarantee that it will work after cordova-ios 8 is released, because once we drop support of those obsolete Xcode versions, some plugins that have code to suppor

Re: [I] Cordova 12 can not save file to Android API 33 file system [cordova-plugin-file]

2023-11-09 Thread via GitHub
Geshaa commented on issue #613: URL: https://github.com/apache/cordova-plugin-file/issues/613#issuecomment-180815 @breautek sure, my initial post has been updated with the whole demo code for proof of concept to write and save to file. -- This is an automated message from the Apache

Re: [I] Cordova 12 can not save file to Android API 33 file system [cordova-plugin-file]

2023-11-09 Thread via GitHub
breautek commented on issue #613: URL: https://github.com/apache/cordova-plugin-file/issues/613#issuecomment-1804477159 Thanks, now we can see what you're attempting to do and at a glance everything looks right. There are caveats with using the external storage, but as far as I unde

Re: [I] Cordova 12 can not save file to Android API 33 file system [cordova-plugin-file]

2023-11-09 Thread via GitHub
Geshaa commented on issue #613: URL: https://github.com/apache/cordova-plugin-file/issues/613#issuecomment-1804664678 You mean to use this plugin instead - https://www.npmjs.com/search?q=ecosystem%3Acordova%20storage%20access%20framework ? -- This is an automated message from the Apache

Re: [I] Using the getPicture causes app orientation to change even if it is locked [cordova-plugin-camera]

2023-11-09 Thread via GitHub
msd117 commented on issue #427: URL: https://github.com/apache/cordova-plugin-camera/issues/427#issuecomment-1805144358 Same issue in the latest version .. Do we have any workaround ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [I] plugin making app go into landscape mode after taking a picture [cordova-plugin-camera]

2023-11-09 Thread via GitHub
msd117 commented on issue #478: URL: https://github.com/apache/cordova-plugin-camera/issues/478#issuecomment-1805144772 Same issue in the latest version .. Do we have any workaround ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] Adding force orientation lock to Camera [cordova-plugin-camera]

2023-11-09 Thread via GitHub
msd117 commented on PR #167: URL: https://github.com/apache/cordova-plugin-camera/pull/167#issuecomment-1805147719 I don't think we have this feature in the plugin... Please correct me if am wrong I am also looking to lock the orientation to portrait mode as I have my app locked