webview自适应高度

 //自适应屏幕        

webSettings.setLayoutAlgorithm(WebSettings.LayoutAlgorithm.NORMAL);        

// 自适应 屏幕大小界面        

webSettings.setLoadWithOverviewMode(true);

你可能感兴趣的:(android)