Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
docs(): update links to cordova docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartington committed May 25, 2016
1 parent 526f15c commit 5738194
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions js/angular/service/platform.js
Expand Up @@ -135,8 +135,8 @@ IonicModule
* @description
* Add Cordova event listeners, such as `pause`, `resume`, `volumedownbutton`, `batterylow`,
* `offline`, etc. More information about available event types can be found in
* [Cordova's event documentation](https://cordova.apache.org/docs/en/edge/cordova_events_events.md.html#Events).
* @param {string} type Cordova [event type](https://cordova.apache.org/docs/en/edge/cordova_events_events.md.html#Events).
* [Cordova's event documentation](https://cordova.apache.org/docs/en/latest/cordova/events/events.html).
* @param {string} type Cordova [event type](https://cordova.apache.org/docs/en/latest/cordova/events/events.html).
* @param {function} callback Called when the Cordova event is fired.
* @returns {function} Returns a deregistration function to remove the event listener.
*/
Expand Down
4 changes: 2 additions & 2 deletions js/utils/platform.js
Expand Up @@ -360,7 +360,7 @@
/**
* @ngdoc method
* @name ionic.Platform#showStatusBar
* @description Shows or hides the device status bar (in Cordova). Requires `cordova plugin add org.apache.cordova.statusbar`
* @description Shows or hides the device status bar (in Cordova). Requires `ionic plugin add cordova-plugin-statusbar`
* @param {boolean} shouldShow Whether or not to show the status bar.
*/
showStatusBar: function(val) {
Expand All @@ -387,7 +387,7 @@
* @name ionic.Platform#fullScreen
* @description
* Sets whether the app is fullscreen or not (in Cordova).
* @param {boolean=} showFullScreen Whether or not to set the app to fullscreen. Defaults to true. Requires `cordova plugin add org.apache.cordova.statusbar`
* @param {boolean=} showFullScreen Whether or not to set the app to fullscreen. Defaults to true. Requires `ionic plugin add cordova-plugin-statusbar`
* @param {boolean=} showStatusBar Whether or not to show the device's status bar. Defaults to false.
*/
fullScreen: function(showFullScreen, showStatusBar) {
Expand Down
2 changes: 1 addition & 1 deletion test/unit/utils/viewport.unit.js
Expand Up @@ -29,7 +29,7 @@
-iOS 6.1 Cordova no viewport height, keyboard is over webview
-iOS 6.1 Safari no viewport height, keyboard is over webview
http://cordova.apache.org/docs/en/3.3.0/guide_platforms_ios_upgrading.md.html#Upgrading%20iOS
http://cordova.apache.org/docs/en/latest/guide/platforms/ios/upgrade.html
https://issues.apache.org/jira/browse/CB-4323
*/
Expand Down

0 comments on commit 5738194

Please sign in to comment.