yale8848 / CacheWebView

Custom implement Android WebView cache, offline website, let cahe config more simple and flexible
MIT License
2.01k stars 296 forks source link

修改了个bug,添了个我的需求 #192

Open howello opened 3 years ago

howello commented 3 years ago

1、判断是否是http有问题,http和https都是true; 2、添加了移除媒体后缀的方法,方便需要缓存媒体的需求

yale8848 commented 3 years ago

http maybe use by some user,so i think support http is ok,if you want only support https , just use setResourceInterceptor.