刷新活动后Webview缩放功能不稳定

时间:2012-09-18 08:31:19

标签: android webview

在我的活动中,所有内容都在webview中管理,包含所有网页设置。     我的活动内容每1秒刷新一次。所以当我想要的时候     缩放webview。每一秒webview维护其原始位置。

  

我想在webview中维护缩放状态。这只发生在   版本4.0.3。

my webview is in Timer function . and all settings of webview are below .which 
outside of Timer function :
 web.getSettings().setBuiltInZoomControls(true);
 web.getSettings().setSupportZoom(true);

请帮帮我。如果有人知道的话。

1 个答案:

答案 0 :(得分:0)