chrisben / imgcache.js

JS library based on the File API to cache images for offline recovery (target: cordova/phonegap & chrome)
Other
826 stars 216 forks source link

Fixes for Android Marshmallow / API 23 #171

Closed souly1 closed 7 years ago

souly1 commented 8 years ago

Without this fix, caching images does not work. In best case scenario it would require the user to give write permissions. This fix avoids this.

Has been tested with fresh/upgraded API 23 device, and fresh/upgraded Older device (API 18)

souly1 commented 8 years ago

I assume conflicts are due to the changes being done on v1.0.0

chrisben commented 7 years ago

Sorry too many changes, can't see what you really modified. Could you please apply again your changes on top of master?

souly1 commented 7 years ago

Hey @chrisben , The check-in was from July, I don't even remember I've made it :P, so guess it is not important to anyone, just disapprove it.

Thanks

chrisben commented 7 years ago

Ok, closing.