使用本地html页面,服务器图像链接保存到本地,然后从本地加载到android webview

时间:2019-10-09 04:50:28

标签: android webview

在android资产文件夹中手动创建的intext.html文件,其中包含一些图片;它是从服务器加载的,如果离线意味着未显示图像,则显示其他html内容,所以如果应用程序离线意味着我要加载图像,将图像保存到本地并加载到webview中的解决方案是什么,因为不需要使用catch方法访问页面需要捕获图像,然后加载到Webview中,

  

http://rdsoh.ch/wp-json/wp/fetch

在此URL中提供图像,这些图像是Web视图中使用的图像,如何使用此图像并将其替换为index.html类。

<section class="algo-img entry-content small-12 medium-12 large-7  columns" itemprop="articleBody">
        <img src="/content/uploads/2014/09/Alg.1.2-Vers1-12.06.18.jpg" alt=""/>

image src需要从Webview中的本地图像路径加载

0 个答案:

没有答案