CB-1508: Implement InAppBrowser feature

Initial checkin. Need to clean up the UI and add eventing.
This commit is contained in:
Simon MacDonald
2012-11-22 12:54:53 -05:00
parent 7657faa9c3
commit a87825dbee
2 changed files with 516 additions and 0 deletions
+1
View File
@@ -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>