mirror of
https://github.com/purplecabbage/phonegap-plugins.git
synced 2026-04-24 03:00:11 -04:00
Merge pull request #134 from mcfedr/master
Incosistent API's I'm going to merge this pull request and I'm about to do a big update to the Android ChildBrowser which will put it more in line with the iPhone version.
This commit is contained in:
@@ -34,6 +34,8 @@ Using this plugin requires [Android PhoneGap](http://github.com/phonegap/phonega
|
||||
|
||||
The plugin creates the object `window.plugins.childBrowser`. To use, call one of the following, available methods:
|
||||
|
||||
Note that unlike the iphone version, android childbrowser doesn't require a call to `ChildBrowser.install()`
|
||||
|
||||
<pre>
|
||||
/**
|
||||
* Display a new browser with the specified URL.
|
||||
|
||||
@@ -25,6 +25,10 @@ ChildBrowser.prototype.showWebPage = function(url, usePhoneGap) {
|
||||
PhoneGap.exec(null, null, "ChildBrowser", "showWebPage", [url, usePhoneGap]);
|
||||
};
|
||||
|
||||
ChildBrowser.install = function() {
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Load ChildBrowser
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user