Skip to content

Commit

Permalink
Removed Scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Bowser committed Dec 3, 2009
1 parent 7e22146 commit 4e264c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/framework/src/com/phonegap/DroidGap.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ public void onCreate(Bundle savedInstanceState) {
appView.setWebChromeClient(new GapClient(this));

appView.setInitialScale(100);
appView.setVerticalScrollBarEnabled(false);

WebSettings settings = appView.getSettings();
settings.setJavaScriptEnabled(true);
Expand Down

0 comments on commit 4e264c0

Please sign in to comment.