You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I verify appCacheEnabled: true ,
and <uses-permission android:name="android.permission.INTERNET"/>.
but still I can't use cache.
behavior:
when app is running, load image only once.
but when I close the app, running again. it will download image or other resource, i check cache storage with application information, it not change storage size.
so, I think cache is only used once.
how can I do?
The text was updated successfully, but these errors were encountered:
I verify
appCacheEnabled: true
,and
<uses-permission android:name="android.permission.INTERNET"/>
.but still I can't use cache.
behavior:
when app is running, load image only once.
but when I close the app, running again. it will download image or other resource, i check cache storage with application information, it not change storage size.
so, I think cache is only used once.
how can I do?
The text was updated successfully, but these errors were encountered: