xunice / libs-for-android

Automatically exported from code.google.com/p/libs-for-android
Apache License 2.0
0 stars 0 forks source link

Please add file-cache support in HtmlView #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
HtmlView.ImageTask does not use ResponseCache support in HttpURLConnection. I 
cannot find any way to activate the file cache for HtmlView outside lib code.

Maybe just adding HttpURLConnection.setUseCaches(true) is good enough?

Original issue reported on code.google.com by oasisfeng on 5 Jun 2012 at 6:21