[
https://issues.apache.org/jira/browse/CB-10255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15070086#comment-15070086
]
ASF GitHub Bot commented on CB-10255:
-------------------------------------
Github user TheBosZ commented on a diff in the pull request:
https://github.com/apache/cordova-plugin-splashscreen/pull/45#discussion_r48373738
--- Diff: src/android/SplashScreen.java ---
@@ -255,6 +259,10 @@ public void run() {
}
splashDialog.setContentView(splashImageView);
splashDialog.setCancelable(false);
+ if (isForceFullScreen()) {
--- End diff --
I was thinking about the same thing myself. The problem I think is how the
full screen is implemented. The way it's done there is the old-style (pre-4.1)
way and I don't think it hides the navigation bar.
I unfortunately don't have access to a device that old so I didn't want to
cause an error with older phones.
With some experimentation we could probably combine them.
> Add options to hide splashscreen navigation and status bars on Android
> ----------------------------------------------------------------------
>
> Key: CB-10255
> URL: https://issues.apache.org/jira/browse/CB-10255
> Project: Apache Cordova
> Issue Type: Improvement
> Components: Plugin SplashScreen
> Reporter: Sergey Shakhnazarov
> Labels: android
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]