You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/01/08 16:17:08 UTC

[GitHub] [cordova-plugin-statusbar] timbru31 commented on a change in pull request #121: Add example configuration on how to hide splash screen on startup on iOS

timbru31 commented on a change in pull request #121:
URL: https://github.com/apache/cordova-plugin-statusbar/pull/121#discussion_r554042800



##########
File path: README.md
##########
@@ -94,6 +94,20 @@ Add/edit these two attributes if not present. Set **"Status bar is initially hid
 	<key>UIViewControllerBasedStatusBarAppearance</key>
 	<false/>
 
+Or in `config.xml` inside "platform" block:
+
+
+	<platform name="ios">
+		...
+		<config-file overwrite="true" parent="UIStatusBarHidden" platform="ios" target="*-Info.plist">
+		    <true />
+		</config-file>
+		<config-file overwrite="true" parent="UIViewControllerBasedStatusBarAppearance" platform="ios" target="*-Info.plist">

Review comment:
       ```suggestion
   		<config-file overwrite="true" parent="UIViewControllerBasedStatusBarAppearance" target="*-Info.plist">
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org