appcelerator - Image caching on Android 6.0 -


i having problems appcelerator titanium caching on android 6.0 devices. i've tried using 5.2.2 , 5.3.0 no avail.

steps reproduce:

  1. create image view , set image url want cache.
  2. open app on android 6.0 device internet connectivity.
  3. image loads up.
  4. close application
  5. turn off wifi
  6. open app

on 5.0 devices, image loaded without issue cache. on 6.0, it's loading default image. thought going solved fix included on 5.3.0, https://jira.appcelerator.org/browse/timob-20470, apparently it's separate issue.

is happening else? there workaround 6.0 devices?

it looks same issue described in linked ticket. image not saved in temp directory not cached. issue fixed in sdk 5.4.0 not officially released yet. can try continuous build. installing sdk run following command in cli.

appc ti sdk install --branch 5_4_x 5.4.0.v20160608165242 

Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -