You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: js/utils/platform.js
+2-2
Original file line number
Diff line number
Diff line change
@@ -330,7 +330,7 @@
330
330
/**
331
331
* @ngdoc method
332
332
* @name ionic.Platform#showStatusBar
333
-
* @description Shows or hides the device status bar (in Cordova).
333
+
* @description Shows or hides the device status bar (in Cordova). Requires `cordova plugin add org.apache.cordova.statusbar`
334
334
* @param {boolean} shouldShow Whether or not to show the status bar.
335
335
*/
336
336
showStatusBar: function(val){
@@ -357,7 +357,7 @@
357
357
* @name ionic.Platform#fullScreen
358
358
* @description
359
359
* Sets whether the app is fullscreen or not (in Cordova).
360
-
* @param {boolean=} showFullScreen Whether or not to set the app to fullscreen. Defaults to true.
360
+
* @param {boolean=} showFullScreen Whether or not to set the app to fullscreen. Defaults to true. Requires `cordova plugin add org.apache.cordova.statusbar`
361
361
* @param {boolean=} showStatusBar Whether or not to show the device's status bar. Defaults to false.
0 commit comments