[GitHub] cordova-plugin-camera pull request #230: CB-6708: [iOS]keep the metadata of ...

2016-09-05 Thread lxbyes
Github user lxbyes commented on a diff in the pull request: https://github.com/apache/cordova-plugin-camera/pull/230#discussion_r77570045 --- Diff: src/ios/CDVCamera.m --- @@ -240,13 +240,9 @@ - (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)butto

[GitHub] cordova-plugin-camera pull request #230: CB-6708: [iOS]keep the metadata of ...

2016-08-24 Thread jcesarmobile
Github user jcesarmobile commented on a diff in the pull request: https://github.com/apache/cordova-plugin-camera/pull/230#discussion_r76150053 --- Diff: src/ios/CDVCamera.m --- @@ -240,13 +240,9 @@ - (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)butto

[GitHub] cordova-plugin-camera pull request #230: CB-6708: [iOS]keep the metadata of ...

2016-08-12 Thread lxbyes
GitHub user lxbyes opened a pull request: https://github.com/apache/cordova-plugin-camera/pull/230 CB-6708: [iOS]keep the metadata of image, add GPS when take picture from Camera. ### Platforms affected ### What does this PR do? ### What