Skip to content

Commit

Permalink
CB-1508: Implement InAppBrowser feature
Browse files Browse the repository at this point in the history
Initial checkin. Need to clean up the UI and add eventing.
  • Loading branch information
macdonst committed Nov 23, 2012
1 parent 7657faa commit a87825d
Show file tree
Hide file tree
Showing 2 changed files with 516 additions and 0 deletions.
1 change: 1 addition & 0 deletions framework/res/xml/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
<plugin name="SplashScreen" value="org.apache.cordova.SplashScreen"/>
<plugin name="Echo" value="org.apache.cordova.Echo" />
<plugin name="Globalization" value="org.apache.cordova.Globalization"/>
<plugin name="InAppBrowser" value="org.apache.cordova.InAppBrowser"/>
</plugins>
</cordova>

Loading

0 comments on commit a87825d

Please sign in to comment.