Alex Ryltsov
Alex Ryltsov
Here is the file that I tried to convert to jpeg (please unzip it to get the original HEIC image) and output jpeg does not contain EXIF GPS data. [cheers.heic.zip](https://github.com/alexcorvi/heic2any/files/3803243/cheers.heic.zip)...
**I'm submitting a ...** (check one with "x") [ ] bug report [x] feature request [ ] support request => Please do not submit support requests here, use one of...
I have other plugins that require to have NSPhotoLibraryUsageDescription key in plist file so I have already added the below in my config.xml to set this key before using this...
This plugin uses [[PHImageManager defaultManager] requestImageDataForAsset:...] in imageToSandbox method. However this function only works for images that reside on the phones memory or that were recently fetched from iCloud by...
Consider publishing your package to NPM as it’s the proper option for package management. Adding the plugin as suggested in README does not guarantee the stability for the dependency since...
The error is below ``` /Users/alexryltsov/Git/BOSS811/master/platforms/android/app/src/main/res/values-de/multiimagechooser_strings_de.xml:3: Error: "library_name" is translated here but not found in default locale [ExtraTranslation] MediaPicker ~~~~~~~~~~~~~~~~~~~ /Users/alexryltsov/Git/BOSS811/master/platforms/android/app/src/main/res/values-de/multiimagechooser_strings_de.xml:4: Error: "all_dir_name" is translated here but not found in...
# Bug Report XCode build fails: Redefinition of enumerator 'SYNTAX_ERR ## Problem The error started to appear when I added the below cordova plugins to the project where cordova-sqlite-storage plugin...
I created a new Ionic mobile application using this starter template - see https://github.com/ionic-team/starters/tree/master/ionic-angular/official/aws. During setup it created a new Mobile Hub project and associated the ionic app with it...
There is an error in console ``` Not a valid origin for the client: http://localhost:8100 has not been whitelisted for client ID WEB_APPLICATION_CLIENT_ID. Please go to https://console.developers.google.com/ and whitelist this...
I usually restore platforms/plugins for my ionic/cordova project by running 'cordova prepare' however if the platform name is omitted the browser platform 'after_prepare' hook does not run Here is the...