mirror of
https://github.com/gsantner/dandelion
synced 2025-09-10 02:39:43 +02:00
Merge branch 'master' of github.com:diaspora-for-android/diaspora-android
This commit is contained in:
commit
21006f60e1
3 changed files with 2 additions and 4 deletions
|
@ -261,7 +261,6 @@ public class MainActivity extends AppCompatActivity
|
|||
private void setupWebView(Bundle savedInstanceState) {
|
||||
|
||||
webSettings = webView.getSettings();
|
||||
//TODO: Dangerous on API < 17. Can we do anything about this?
|
||||
webSettings.setJavaScriptEnabled(true);
|
||||
webSettings.setUseWideViewPort(true);
|
||||
webSettings.setLoadWithOverviewMode(true);
|
||||
|
@ -284,7 +283,6 @@ public class MainActivity extends AppCompatActivity
|
|||
webView.setOverScrollMode(WebView.OVER_SCROLL_ALWAYS);
|
||||
|
||||
// Setup WebView
|
||||
//TODO: Dangerous on API < 17. Can we do anything about this?
|
||||
webView.addJavascriptInterface(new JavaScriptInterface(), "AndroidBridge");
|
||||
|
||||
//Set proxy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue