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 2019/07/03 16:53:08 UTC

[GitHub] [cordova-plugin-splashscreen] janpio commented on a change in pull request #148: CB-13392(Android & iOS): Display app version on splashscreen

janpio commented on a change in pull request #148: CB-13392(Android & iOS): Display app version on splashscreen
URL: https://github.com/apache/cordova-plugin-splashscreen/pull/148#discussion_r300061555
 
 

 ##########
 File path: README.md
 ##########
 @@ -376,6 +376,36 @@ To disable the splashscreen add the following preference to `config.xml`:
 <preference name="SplashScreenDelay" value="0"/>
 ```
 
+##### Display app version (Android, iOS)
+
+To display your app version on splashscreen add the following preference to `config.xml`:
+```xml
+<preference name="ShowSplashScreenAppVersion" value="true" />
+```
+
+Now just configure your app version into the widget version attribute, like that : 
+```xml
+<widget version="1.0" >...</widget>
+```
+
+
+###### Prefix app version
+To set a prefix version add the following preference to `config.xml`:
+```xml
+<preference name="SplashScreenAppVersionPrefix" value="v" />
+```
+In this case you'll have `v1.0`
+
+
+###### Customize app version
 
 Review comment:
   Just can just paste images into comments - they will automatically be uploaded and shown.

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