rossmartin / cordova-plugin-instagram-assets-picker

:camera: :video_camera: :scissors: An image picker like Instagram, allowing you to crop photo and video with GPUImage.
MIT License
50 stars 13 forks source link

Android support #2

Open Hesesses opened 8 years ago

Hesesses commented 8 years ago

Woow!

This is exactly what I have been looking for, thank you so much!

Are you planning to support Android also?

rossmartin commented 8 years ago

Hey you're welcome, and thank @Jexbat for the initial version. I'm in the process of rewriting this picker to use the Photos framework instead of the ALAssets library. Apple deprecated the ALAssets library in iOS 9 and it doesn't work whenever someone uses "Optimized Storage" for their photos on a device.

I'd like to add support for Android also but I'm not sure I could create it by myself. First I'd like to see if there is anything that already exists that I could modify and make a cordova plugin for.

nandexsp commented 8 years ago

Hey @rossmartin , Are you planning to support android? or its impossible?

thanks in advance

rossmartin commented 8 years ago

@nandexsp I'm sure it is possible but I don't currently have time to develop for this plugin right now. No plans at the moment for android.

dimitri320 commented 7 years ago

@rossmartin thanks a lot or the awesome plugin! Any updates on Android support? I'm searched everywhere and couldn't find anything!

Actually I'm only interested in the cropAsset() method, do you think it's hard to make it work on Android as well? Any advice where to start?

rossmartin commented 7 years ago

@dimitri320 Sorry I don't know of something similar for android and I don't plan on developing this for android.