Open adeel399 opened 1 year ago
Please try in a sample cordova app without the use of the ionic framework.
This will help us:
If the issue is reproducible in that sample app, then please do share it. Likewise if the issue does not reproduce, then that suggests that the problem might be at a higher level.
Thanks
I am build yhis feature in android as well using ionic and everything works good , ionic does not have issue, i just want to know is that plugin works for ios correctly on ios latest version?
On Fri, 19 May 2023, 11:08 pm Norman Breau, @.***> wrote:
Please try in a sample cordova app without the use of the ionic framework.
This will help us:
- Rule out anything that ionic might be doing
- Reference the actual Cordova API instead of Ionic's API.
If the issue is reproducible in that sample app, then please do share it. Likewise if the issue does not reproduce, then that suggests that the problem might be at a higher level.
Thanks
— Reply to this email directly, view it on GitHub https://github.com/apache/cordova-plugin-file/issues/570#issuecomment-1555047300, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMNUOYHV2GRRGID6QAQMSZ3XG6ZIPANCNFSM6AAAAAAYICH4AQ . You are receiving this because you authored the thread.Message ID: @.***>
Bug Report
using listdir in ionic capacitor project gives me no albums on ios also i am not able to get any photos from albums in iphone local photos app while in android everythings works ok
Problem
What is expected to happen?
It should show all the available albums name and also if u provide directory name then should gives us all video and photos in it
Command or Code
this.fileNavigator.listDir(this.fileNavigator.dataDirectory, '').then(async entries => { this.folderdata=entries; })
Environment, Platform, Device
Ionic:
Ionic CLI : 6.20.1 (/usr/local/lib/node_modules/@ionic/cli) Ionic Framework : @ionic/angular 5.6.8 @angular-devkit/build-angular : 12.0.2 @angular-devkit/schematics : 12.0.2 @angular/cli : 12.0.2 @ionic/angular-toolkit : 4.0.0
Utility:
cordova-res : 0.15.4 native-run (update available: 1.7.2) : 1.3.0
System:
NodeJS : v14.20.0 (/usr/local/bin/node) npm : 6.14.17 OS : macOS
Checklist