Norman Breau
Norman Breau
@ravi-yk I think I'm going to fork your PR to extend what you've done even further. This way you're contributions are still credited in the form of a commit. The...
@byronaltice Looking for some opinions... I have drafted https://github.com/apache/cordova-plugin-camera/pull/907 (https://github.com/apache/cordova-plugin-camera/pull/907/commits/242cd45be8e81bece437902176160ebc24a4119e for the actual changes specific to that PR) which completely removes `checkForDuplicateImage` and tracking the `numpics`. The details are in...
This is made obsolete by #907 which removed the code that required handling `RecoverablySecurityException`
I don't really understand the context. Afaik WineHQ is only available on linux & macs to provide a POSIX compatibility layer to windows kernel calls. It wouldn't be used if...
I think I understand now. Mixing environments is going to be a recipe for disaster. It's not something I'd recommend. But like I said, Cordova doesn't choose to run under...
> So it's not as if we should be sticking with the can't be done and not great mindset, as we should be aiming for a future where we can...
Are you able to confirm if a particular image has location information in the exif by some other means? (Perhaps by pulling the image directly over ADB or over USB)...
> Add Location to Intent: When launching the camera intent, explicitly set the location. You can use the ExifInterface to manually add the location tags to the image after capturing...
> I had a similar issue on my Android app. I was able to resolve it by adding the ACCESS_MEDIA_LOCATION permission. When the app starts, I have to grant Full...
Obsolete since we use GH CI now.