SdkProject/library/src/main/java/com/secondworld/sdk/utils/WebViewUtil.java
@@ -78,11 +78,16 @@ public void open(String url, boolean delay) { if (!isValid()) return; webView.post(new Runnable() { @Override public void run() { webView.loadUrl(url); isShow = true; if (!delay) show(); } }); } private void show() { webContainer.setVisibility(View.VISIBLE);