cordova-plugin-photos
cordova-plugin-photos copied to clipboard
This Cordova/Phonegap plugin provides access to photo library on device.
Initially I tested my cordova app with the photos plugin with an Android 9 and everything worked perfectly. I encountered this problem exclusively with android 10
DOMAX-01 BUG: IOS subCollections is visible but not undertandable. DOMAX-01 Fix/Feat: for P_C_MODE_ALBUMS implement PHCollectionList from Apple documentation use method fetchTopLevelUserCollectionsWithOptions https://developer.apple.com/documentation/photokit/phcollection/1618513-fetchtoplevelusercollectionswith?language=occ and hidde subdirectories pictures for comprehension. DOMAX-02 BUG:...
Does not open the gallery after upgrading to API 29
Hello everyone, this code ```JAVASCRIPT Photos.image(photo.ID, function(data) { console.log(data) }, function(error) { console.error("Error: " + error); }); ``` with the proper photo.id return by this code ```JAVASCRIPT Photos.photos( function(photos) {...
This is not a report issues. Hello developpers of cordova-plugin-photos. I am Jérémy im developper for canal+ in France. I have forked your project for fix differents bugs and remove...
iOS version should take into account [imageOrientation](https://developer.apple.com/reference/uikit/uiimage/1624141-imageorientation?language=objc) property for correct image orientation.
Hi, I'm using image() function to get panorama photo urls and want to display them in photoviewer. But I only get blob urls which can't be displayed in photoviewer. Are...