enable JS

This commit is contained in:
stom79 2019-02-02 12:54:54 +01:00
parent 9772440408
commit 1072fa671a
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ public class WebviewConnectActivity extends BaseActivity {
Helper.colorizeToolbar(toolbar, R.color.black, WebviewConnectActivity.this);
}
}
webView.getSettings().setJavaScriptEnabled(true);
webView = findViewById(R.id.webviewConnect);
clearCookies(getApplicationContext());
final ProgressBar pbar = findViewById(R.id.progress_bar);