You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2020/03/23 08:04:25 UTC

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

NiklasMerz commented on a change in pull request #121: Add example configuration on how to hide splash screen on startup on iOS
URL: https://github.com/apache/cordova-plugin-statusbar/pull/121#discussion_r396266683
 
 

 ##########
 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">
 
 Review comment:
   ```suggestion
   		<config-file overwrite="true" parent="UIStatusBarHidden" target="*-Info.plist">
   ```
   
   I think it can be removed, too.

----------------------------------------------------------------
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


With regards,
Apache Git Services

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