-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module less versatile due to OS feature prevention #230
Comments
I think what you're aiming to achieve can be controlled by setting the
target directory of the cache, in order to use an OS backed up directory.
You need to override the following setting:
ImgCache.options.cordovaFilesystemRoot
Look at the js file header for more details.
But maybe I didn't understand your exact requirement.
Le jeu. 6 sept. 2018 à 16:41, Oliver Salzburg <[email protected]> a
écrit :
… imgcache.js disables Gallery integration on Android and backups on iOS. I
actually want those features, but imgcache.js provides no means to control
the behavior.
I made a crude change in our fork
<fairmanager-cordova/imgcache.js@d0c5cd2>,
which works for us for the time being, but I'd like to hear thought
regarding this issue.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#230>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AApdPoo2ffOL8qyww7MGEoPXuWs1Au3eks5uYVA9gaJpZM4WdT4M>
.
|
It doesn't really matter what folder you set, the library will always create a On iOS, the library will set the I do not see a way to control that behavior currently. In case I misunderstood your suggestion, please let me know. |
I see now.
I will add an option to disable this behaviour soon, I hope by the end of
the week.
|
Oh, wow. Awesome :) I'll be sure to check it out. |
Have a look at the new branch above, and let me know if that's what you were looking for. |
@chrisben That looks awesome 👍 |
@chrisben Do you plan to merge that feature branch anytime soon? I would really like to use your official version and rebase my work on top. |
imgcache.js disables Gallery integration on Android and backups on iOS. I actually want those features, but imgcache.js provides no means to control the behavior.
I made a crude change in our fork, which works for us for the time being, but I'd like to hear thought regarding this issue.
The text was updated successfully, but these errors were encountered: