[AC-4857] Android: Using blob methods like imageAsThumbnail or imageAsResize crash
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Needs more info |
Resolution Date | 2017-03-20T14:48:03.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | android |
Reporter | Jörgen Buder |
Assignee | Shak Hossain |
Created | 2017-03-16T08:23:32.000+0000 |
Updated | 2017-03-20T14:52:34.000+0000 |
Description
The above methods only work on blobs retreived from the camera, for the gallery the blob is there and can be set to an image view for instance, but cannot use these methods:
imageAsThumbnail
imageAsResize
Somehow I cannot set the current version above. :( the version was GA 6.0.1
Hello, Can you please attach a sample code to demonstrate the issue in Android. We will test and get baack to you. Thanks.
Hi I do not have the time to give you a sample at this moment, I found out that Ti.Utils.SHA1 does give the same problem. I will get back to you when I have deployed 3 mobile apps this week on both platform. Chances are I will need time next week to to get back to you. I am suspecting it is a compatibility problem, since more APIs are not working. I looked at the SDKs and could see that I targeted API 23, with the latest 6.0.1 GA, maybe these are not completely compatible?