Moving to new computer, committing what I have in the branch

This commit is contained in:
Joe Bowser
2009-03-27 14:27:49 -07:00
parent 08691b73c2
commit 745e550815
6 changed files with 68 additions and 16 deletions
+3 -1
View File
@@ -89,8 +89,10 @@ public class DroidGap extends Activity {
private void bindBrowser(WebView appView)
{
// The PhoneGap class handles the Notification and Android Specific crap
PhoneGap gap = new PhoneGap(this, mHandler, appView);
appView.addJavascriptInterface(gap, "DroidGap");
appView.addJavascriptInterface(gap, "Droid");
}
/**