[
https://issues.apache.org/jira/browse/CB-878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joe Bowser updated CB-878:
--------------------------
Fix Version/s: (was: 1.8.0)
1.9.0
> Splash screen in Android fullscreen mode showing not correct
> ------------------------------------------------------------
>
> Key: CB-878
> URL: https://issues.apache.org/jira/browse/CB-878
> Project: Apache Cordova
> Issue Type: Bug
> Components: Android
> Affects Versions: 1.7.0, 1.8.0
> Environment: Android 2.3.4-2.3.6
> Reporter: Dmitry Suchkov
> Assignee: Joe Bowser
> Fix For: 1.9.0
>
>
> In custom build onCreate set flags:
> super.setIntegerProperty("splashscreen", R.drawable.splash);
> getWindow().clearFlags(WindowManager.LayoutParams.FLAG_FORCE_NOT_FULLSCREEN);
> getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,
> WindowManager.LayoutParams.FLAG_FULLSCREEN);
> after it call: super.loadUrl("file:///android_asset/www/index.html", 40000);
> but splashscreen not show in fullscreen mode
> Also, it is way to show splashscreen on android without set timing in loadUrl?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira