You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by no...@apache.org on 2022/09/25 21:05:25 UTC

[cordova-docs] branch master updated: Fixed cordova-plugin-inappbrowser 10.x and 11.x documentation page (#1262)

This is an automated email from the ASF dual-hosted git repository.

normanbreau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 23a86664a Fixed cordova-plugin-inappbrowser 10.x and 11.x documentation page (#1262)
23a86664a is described below

commit 23a86664a40f37a343457453b19299e556053834
Author: DAnn2012 <da...@hotmail.it>
AuthorDate: Sun Sep 25 23:05:19 2022 +0200

    Fixed cordova-plugin-inappbrowser 10.x and 11.x documentation page (#1262)
    
    * Update index.md
    
    * Update index.md
---
 www/docs/en/10.x/reference/cordova-plugin-inappbrowser/index.md | 3 ++-
 www/docs/en/11.x/reference/cordova-plugin-inappbrowser/index.md | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/www/docs/en/10.x/reference/cordova-plugin-inappbrowser/index.md b/www/docs/en/10.x/reference/cordova-plugin-inappbrowser/index.md
index d26d90e36..968a28b9b 100644
--- a/www/docs/en/10.x/reference/cordova-plugin-inappbrowser/index.md
+++ b/www/docs/en/10.x/reference/cordova-plugin-inappbrowser/index.md
@@ -78,7 +78,8 @@ simply hook `window.open` during initialization.  For example:
 
 #### <b>config.xml</b>
 - <b>InAppBrowserStatusBarStyle [iOS only]</b>: (string, options 'lightcontent' or 'default'. Defaults to 'default') set text color style for iOS.
-```
+
+```xml
 <preference name="InAppBrowserStatusBarStyle" value="lightcontent" />
 ```
 
diff --git a/www/docs/en/11.x/reference/cordova-plugin-inappbrowser/index.md b/www/docs/en/11.x/reference/cordova-plugin-inappbrowser/index.md
index b6f57a866..8d29be2cd 100644
--- a/www/docs/en/11.x/reference/cordova-plugin-inappbrowser/index.md
+++ b/www/docs/en/11.x/reference/cordova-plugin-inappbrowser/index.md
@@ -77,7 +77,8 @@ simply hook `window.open` during initialization.  For example:
 
 #### <b>config.xml</b>
 - <b>InAppBrowserStatusBarStyle [iOS only]</b>: (string, options 'lightcontent', 'darkcontent' or 'default'. Defaults to 'default') set text color style for iOS. 'lightcontent' is intended for use on dark backgrounds. 'darkcontent' is only available since iOS 13 and intended for use on light backgrounds.
-```
+
+```xml
 <preference name="InAppBrowserStatusBarStyle" value="lightcontent" />
 ```
 


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