Skip to content

Commit

Permalink
docs(Splash): document splashFullScreen and splashImmersive config op…
Browse files Browse the repository at this point in the history
…tions (#2613)
  • Loading branch information
iljadaderko authored Mar 23, 2020
1 parent f20bf29 commit c381202
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion site/docs-md/apis/splash-screen/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ 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

You can enable `splashFullScreen` to hide status bar, or `splashImmersive` to hide both status bar and software navigation buttons.

## Configuration

These config parameters are available in `capacitor.config.json`:
Expand All @@ -124,7 +128,9 @@ These config parameters are available in `capacitor.config.json`:
"androidSpinnerStyle": "large",
"iosSpinnerStyle": "small",
"spinnerColor": "#999999",
"showSpinner": true
"showSpinner": true,
"splashFullScreen": true,
"splashImmersive": true
}
}
}
Expand Down

0 comments on commit c381202

Please sign in to comment.