Add cordova-plugin-inappbrowser
This commit is contained in:
parent
017a78f19c
commit
d09fd4894f
@ -48,6 +48,7 @@
|
|||||||
<plugin name="cordova-plugin-statusbar" spec="^2.4.2" />
|
<plugin name="cordova-plugin-statusbar" spec="^2.4.2" />
|
||||||
<plugin name="cordova-plugin-headercolor" spec="^1.0.0" />
|
<plugin name="cordova-plugin-headercolor" spec="^1.0.0" />
|
||||||
<plugin name="cordova-plugin-app-version" spec="^0.1.9" />
|
<plugin name="cordova-plugin-app-version" spec="^0.1.9" />
|
||||||
|
<plugin name="cordova-plugin-inappbrowser" spec="^3.0.0" />
|
||||||
<engine name="browser" spec="^5.0.4" />
|
<engine name="browser" spec="^5.0.4" />
|
||||||
<engine name="android" spec="^7.1.4" />
|
<engine name="android" spec="^7.1.4" />
|
||||||
</widget>
|
</widget>
|
||||||
|
@ -1597,8 +1597,8 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
# cordova-plugin-statusbar, cordova-plugin-whitelist
|
# cordova-plugin-inappbrowser, cordova-plugin-statusbar, cordova-plugin-whitelist
|
||||||
Source: https://github.com/apache/cordova-plugin-statusbar (cordova-plugin-statusbar), https://github.com/apache/cordova-plugin-whitelist (cordova-plugin-whitelist)
|
Source: https://github.com/apache/cordova-plugin-inappbrowser (cordova-plugin-inappbrowser), https://github.com/apache/cordova-plugin-statusbar (cordova-plugin-statusbar), https://github.com/apache/cordova-plugin-whitelist (cordova-plugin-whitelist)
|
||||||
License:
|
License:
|
||||||
|
|
||||||
Apache License
|
Apache License
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
"cordova-browser": "^5.0.4",
|
"cordova-browser": "^5.0.4",
|
||||||
"cordova-plugin-app-version": "^0.1.9",
|
"cordova-plugin-app-version": "^0.1.9",
|
||||||
"cordova-plugin-headercolor": "^1.0.0",
|
"cordova-plugin-headercolor": "^1.0.0",
|
||||||
|
"cordova-plugin-inappbrowser": "^3.0.0",
|
||||||
"cordova-plugin-statusbar": "^2.4.2",
|
"cordova-plugin-statusbar": "^2.4.2",
|
||||||
"cordova-plugin-whitelist": "^1.3.3"
|
"cordova-plugin-whitelist": "^1.3.3"
|
||||||
},
|
},
|
||||||
@ -22,7 +23,8 @@
|
|||||||
"cordova-plugin-whitelist": {},
|
"cordova-plugin-whitelist": {},
|
||||||
"cordova-plugin-statusbar": {},
|
"cordova-plugin-statusbar": {},
|
||||||
"cordova-plugin-headercolor": {},
|
"cordova-plugin-headercolor": {},
|
||||||
"cordova-plugin-app-version": {}
|
"cordova-plugin-app-version": {},
|
||||||
|
"cordova-plugin-inappbrowser": {}
|
||||||
},
|
},
|
||||||
"platforms": [
|
"platforms": [
|
||||||
"browser",
|
"browser",
|
||||||
|
@ -1668,9 +1668,9 @@
|
|||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
<h1 id="cordovapluginstatusbarcordovapluginwhitelist">cordova-plugin-statusbar, cordova-plugin-whitelist</h1>
|
<h1 id="cordovapluginstatusbarcordovapluginwhitelist">cordova-plugin-inappbrowser, cordova-plugin-statusbar, cordova-plugin-whitelist</h1>
|
||||||
|
|
||||||
<p>Source: https://github.com/apache/cordova-plugin-statusbar (cordova-plugin-statusbar), https://github.com/apache/cordova-plugin-whitelist (cordova-plugin-whitelist) <br />
|
<p>Source: https://github.com/apache/cordova-plugin-inappbrowser (cordova-plugin-inappbrowser), https://github.com/apache/cordova-plugin-statusbar (cordova-plugin-statusbar), https://github.com/apache/cordova-plugin-whitelist (cordova-plugin-whitelist) <br />
|
||||||
License:</p>
|
License:</p>
|
||||||
|
|
||||||
<p>Apache License
|
<p>Apache License
|
||||||
|
Loading…
x
Reference in New Issue
Block a user