Re: Native URL functionality for files

2013-01-14 Thread Max Woghiren
I've sent a pull request that adds a third option to the Camera.DestinationType and returns not supported errors in the relevant methods (for now). On Fri, Jan 11, 2013 at 3:03 PM, Shazron shaz...@gmail.com wrote: I like it. I seem to remember we discussed something related, like document://

Re: Native URL functionality for files

2013-01-14 Thread Shazron
Thanks Max! https://github.com/apache/cordova-ios/pull/6 On Mon, Jan 14, 2013 at 10:22 AM, Max Woghiren m...@chromium.org wrote: I've sent a pull request that adds a third option to the Camera.DestinationType and returns not supported errors in the relevant methods (for now). On Fri, Jan

Re: Native URL functionality for files

2013-01-11 Thread Shazron
I like it. I seem to remember we discussed something related, like document:// shortcut to files in the app's Documents folder as well (iOS specific) but nothing came out of it. For those curious, AssetLibrary urls look like this: assets-library://asset/asset.JPG?id=13ext=JPG On Fri,