RE: Native vs. File URIs

2015-11-13 Thread Richard Knoll
have it in one place. Thanks, Richard -Original Message- From: Sergey Grebnov (Akvelon) [mailto:v-seg...@microsoft.com] Sent: Thursday, November 12, 2015 9:47 PM To: dev@cordova.apache.org Subject: RE: Native vs. File URIs I would deprecate NATIVE_URI option due to the following reasons

RE: Native vs. File URIs

2015-11-12 Thread Sergey Grebnov (Akvelon)
ed by FileEntry, not as Camera plugins separate option. Thx! Sergey -Original Message- From: Richard Knoll [mailto:rikn...@microsoft.com] Sent: Thursday, November 12, 2015 9:06 PM To: dev@cordova.apache.org Subject: RE: Native vs. File URIs Okay, so does that mean something like this: 1. FIL

RE: Native vs. File URIs

2015-11-12 Thread Richard Knoll
Subject: Re: Native vs. File URIs For the Camera plugin, FILE_URI is a file:// URI and existed even before we created the file plugin's cdvfile:// cross-platform URI. We didn't change it for backwards compat reasons. On Mon, Nov 9, 2015 at 1:52 PM, Richard Knoll wrote: > Does that mean

Re: Native vs. File URIs

2015-11-09 Thread Shazron
gmail.com] > Sent: Monday, November 9, 2015 11:45 AM > To: dev@cordova.apache.org > Subject: Re: Native vs. File URIs > > FILE_URI is cross device, NATIVE_URL is device specific, and intended to be > used when you need to know the REAL file path for something. > > > @pu

RE: Native vs. File URIs

2015-11-09 Thread Richard Knoll
...@gmail.com] Sent: Monday, November 9, 2015 11:45 AM To: dev@cordova.apache.org Subject: Re: Native vs. File URIs FILE_URI is cross device, NATIVE_URL is device specific, and intended to be used when you need to know the REAL file path for something. @purplecabbage https://na01

Re: Native vs. File URIs

2015-11-09 Thread Jesse
haz...@gmail.com] > Sent: Friday, November 6, 2015 5:52 PM > To: dev@cordova.apache.org > Subject: Re: Native vs. File URIs > > I always thought a native URI was if the image was retrieved from the > ALAssetsLibrary (Photos Album). > > https://na01.safelinks.protection.outlook.co

RE: Native vs. File URIs

2015-11-09 Thread Richard Knoll
ssage- From: Shazron [mailto:shaz...@gmail.com] Sent: Friday, November 6, 2015 5:52 PM To: dev@cordova.apache.org Subject: Re: Native vs. File URIs I always thought a native URI was if the image was retrieved from the ALAssetsLibrary (Photos Album). https://na01.safelinks.protection.outloo

Re: Native vs. File URIs

2015-11-06 Thread Shazron
I always thought a native URI was if the image was retrieved from the ALAssetsLibrary (Photos Album). https://developer.apple.com/library/ios/documentation/AssetsLibrary/Reference/ALAssetsLibrary_Class/ and the file URI was the image we dumped into tmp. On Fri, Nov 6, 2015 at 11:43 AM, Richard K