@@ -95,6 +95,8 @@ public class FgtWeb extends BaseFgtWeb {
}
public void initView() {
+ mWebView = new WebView(SheepApp.getInstance());
+ webContainer.addView(mWebView, new FrameLayout.LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.MATCH_PARENT));
ViewUtil.setImage(act_web_loading_iv, R.drawable.gif_sheep_loading);
if (webParams == null) {