TiMediaPicker icon indicating copy to clipboard operation
TiMediaPicker copied to clipboard

doesn't work with titanium 5.x, android 5.0+

Open sg552 opened this issue 10 years ago • 4 comments

sg552 avatar Dec 21 '15 02:12 sg552

https://github.com/gimdongwoo/TiMediaPicker/blob/master/ti.mediapicker-android-1.0.4.zip

Recomplie on Android API 22, Ti SDK 3.5.1.GA.

I have been tested on Android 6.0.1.

gimdongwoo avatar Dec 29 '15 07:12 gimdongwoo

@gimdongwoo yes, you are right, compiled with newer SDK worked.

however, there still are some bugs on Android, one is: in some folder, the pictures are missing. have you met this?

sg552 avatar Dec 30 '15 07:12 sg552

it not work in titanium alloy.. show error : [ERROR] :  Script Error Couldn't find module: /lib/MediaPicker for architecture: i386 what can we do ??????

aakashsharmaindore avatar May 04 '16 11:05 aakashsharmaindore

@gimdongwoo thanks for your compiled version of 1.0.4

I'd like to mention, for benefit of others, that you must now use this to allow photo gallery access:

Ti.Android.requestPermissions(["android.permission.READ_EXTERNAL_STORAGE"]);

appwapp-jr avatar Sep 24 '16 15:09 appwapp-jr