Similarly, 2 writes are required on WP7 + 8 as well, since there is no
navigable url from the application to the camera-roll.



@purplecabbage
risingj.com


On Mon, Apr 8, 2013 at 1:39 PM, Becky Gibson <gibson.be...@gmail.com> wrote:

> Yeah, saveToPhotoAlbum was an iOS only option for awhile.  It got lost for
> a bit during the unified JS push last year but I added it back in April,
> 2012.    The photo was only saved to the photo album when this variable is
> set but it did result in two copies of the file in order to have a URL to
> return to the caller.   I guess when we added some of the other options for
> resizing and resaving we didn't take the saveToPhotoAlbum option into
> account.   It shouldn't be too hard to reconcile the options.  However, at
> the time this was added there wasn't a way to return a URL to the
> photoAlbum so we had to create the additional copy.  I haven't looked to
> see if we can get the URI to the album now or not - I don't think so.
>
> -becky
>
>
> On Fri, Apr 5, 2013 at 1:30 PM, Shazron <shaz...@gmail.com> wrote:
>
> > Bah iOS landscape mode on Gmail app is too small - hit Send accidentally
> > when scrolling. Becky can elaborate (I think she implemented this) but I
> > think it was needed at the time.
> >
> > On Friday, April 5, 2013, Shazron wrote:
> >
> > > Like the Transformers, I think there is more than meets the eye.
> > >
> > > On Friday, April 5, 2013, James Jong wrote:
> > >
> > >> I have been looking at Lorin's iOS image metadata writer that was
> > >> recently merged in 2.6.x and noticed that the exif metadata was
> missing
> > >> from the saved photos.  After troubleshooting some w Lorin, I
> discovered
> > >> that the image saved to the photo album is the image before scaling
> and
> > >> writing of the exif metadata.  This results in 2 different images
> which
> > was
> > >> confusing to me.  Is this correct intent?  This refers to iOS code but
> > my
> > >> question is intended for the Camera API.  Do other platforms that
> > support
> > >> this follow the same behavior?
> > >>
> > >> ref code in camera
> > >>
> > >>
> >
> https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVCamera.m#L275
> > >>
> > >> -James Jong
> > >>
> > >>
> >
>

Reply via email to