cordova-ios icon indicating copy to clipboard operation
cordova-ios copied to clipboard

6.1.0 Splash screen doesn't repect delay default

Open eradin opened this issue 5 years ago • 2 comments

Problem

The splash screen appears but only for about a second. The default in the splash screen plugin documentation states

SplashScreenDelay=3000

It does delay for 3 seconds if the directive is present but not if the directive is omitted. Default should be the same as android, 3 seconds with the directive omitted.

This is the second issue with defaults. The first being the orientation. I would suggest checking other defaults to make sure they are set.

eradin avatar Jun 30 '20 01:06 eradin

Problem

The splash screen appears but only for about a second. The default in the splash screen plugin documentation states

SplashScreenDelay=3000

It does delay for 3 seconds if the directive is present but not if the directive is omitted. Default should be the same as android, 3 seconds with the directive omitted.

This is the second issue with defaults. The first being the orientation. I would suggest checking other defaults to make sure they are set.

Same problem, this happened after splash screen plugin migration to cordova iOS 6.0.0

mosabab avatar Jun 30 '20 16:06 mosabab

I'll try to review the docs as part of https://github.com/apache/cordova-docs/pull/1348 and make sure they're accurate

dpogue avatar May 28 '24 07:05 dpogue