Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
3.1.0
-
None
-
OSX Yosemite, iOS 9, iPhone 6, XCode 7.2.1, Cordova 4.0.1, IONIC app, latest Cordova & IONIC CLIs
Description
In version 3.0.0 the command navigator.splashscreen.hide(); works fine.
With the new version 3.1.0 it simply doesn't close the splashscreen. The splashscreen keeps on being displayed for the time set in the config.xml.
config.xml:
<preference name="SplashScreen" value="screen"/>
<preference name="AutoHideSplashScreen" value="false"/>
<preference name="ShowSplashScreenSpinner" value="false"/>
<preference name="SplashScreenDelay" value="20000"/>
<preference name="SplashMaintainAspectRatio" value="true"/>
<preference name="SplashShowOnlyFirstTime" value="false"/>
<preference name="FadeSplashScreen" value="false"/>
JS:
$ionicPlatform.ready(function() {
// Hide splash screen
if (navigator.splashscreen)
});
Attachments
Issue Links
- relates to
-
CB-10530 App freezes sometimes directly after starting on iOS
- Closed