Dmitry Suchkov created CB-878: --------------------------------- Summary: 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.8.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