我现在有一张图片怎么要它用WebView全屏显示?

解决方案 »

  1.   

     final Window win = getWindow();
          win.setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,       WindowManager.LayoutParams.FLAG_FULLSCREEN);
      

  2.   

    webview里面读取的是html,客户端要做的就是把webview设置全屏,
    html用javascript或者css把图片设置为手机屏幕大小(android把屏幕宽度传给html)关于android和html之间的相互调用,可参考
    http://hi.baidu.com/yhqbsand/blog/item/101a9cd874578fafcd1166f5.html