Webview不断刷新

时间:2014-04-11 17:24:23

标签: android webview

我正在制作一个有很多webview的应用程序。我正在使用这段代码:

WebSettings webSettings1 = immagine1.getSettings();
webSettings1.setLoadWithOverviewMode(true);
webSettings1.setUseWideViewPort(true);
immaginegrande1.loadData("<html><head><style type='text/css'>body{margin:auto auto;text-align:center;} img{width:100%25;} </style></head><body><img src='http://www.exmple.com/immaginia/star/1'/></body></html>" ,"text/html",  "UTF-8");

问题是当我从网址上传图片以显示在网页视图中时 当我进行滚动查看更多Webview

时,您上传的图像会抖动并闪烁或消失

PS:每张图片重150 / 200KB 请帮帮我!

0 个答案:

没有答案