mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
Removed Scrollbar
This commit is contained in:
@@ -92,6 +92,7 @@ public class DroidGap extends Activity {
|
||||
appView.setWebChromeClient(new GapClient(this));
|
||||
|
||||
appView.setInitialScale(100);
|
||||
appView.setVerticalScrollBarEnabled(false);
|
||||
|
||||
WebSettings settings = appView.getSettings();
|
||||
settings.setJavaScriptEnabled(true);
|
||||
|
||||
Reference in New Issue
Block a user