From b8e727941e4cabe1b93f7b74675e7c6ba85dc3d3 Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Mon, 18 May 2020 16:00:54 +0200 Subject: [PATCH] docs(splash): Full Screen & Immersive are android only (#2945) --- site/docs-md/apis/splash-screen/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs-md/apis/splash-screen/index.md b/site/docs-md/apis/splash-screen/index.md index 09ecc3608..172c035f1 100644 --- a/site/docs-md/apis/splash-screen/index.md +++ b/site/docs-md/apis/splash-screen/index.md @@ -108,7 +108,7 @@ To set the color of the spinner use `spinnerColor`, values are either `#RGB` or Then run `npx cap copy` to apply these changes. -## Full Screen & Immersive +## Full Screen & Immersive (Android only) You can enable `splashFullScreen` to hide status bar, or `splashImmersive` to hide both status bar and software navigation buttons. If both options are enabled `splashImmersive` takes priority, as it also fulfils `splashFullScreen` functionality.