Commit 1767cc7a by Kim Peace

Fixed chatwebview2 to cgat webview

parent a0a7bb13
......@@ -172,7 +172,7 @@ public class OperationListActivity extends ABVUIActivity {
setContentView(R.layout.chat_webview);
mCheckWebView = findViewById(R.id.chatWebview2);
mCheckWebView = findViewById(R.id.chatWebview);
mCheckWebView.setOverScrollMode(View.OVER_SCROLL_NEVER); //オーバースクロールしない。
mCheckWebView.setVerticalScrollBarEnabled(false); //スクロールバーを消す。
mCheckWebView.addJavascriptInterface(jsInf, "android");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment