mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-20 23:56:20 +08:00
Removed Scrollbar
This commit is contained in:
parent
2f4dece26f
commit
4bd73fc38e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user