[
https://issues.apache.org/jira/browse/CB-10562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15189349#comment-15189349
]
ASF GitHub Bot commented on CB-10562:
-------------------------------------
GitHub user daserge opened a pull request:
https://github.com/apache/cordova-plugin-splashscreen/pull/91
CB-10562 hide() not working in latest splashscreen plug in 3.1.0 in iOS
[Jira issue](https://issues.apache.org/jira/browse/CB-10562)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/MSOpenTech/cordova-plugin-splashscreen
CB-10562
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-plugin-splashscreen/pull/91.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #91
----
commit ee5be0413e2e2300cb0e8ed58ad13898cd18d968
Author: daserge <[email protected]>
Date: 2016-03-10T12:38:32Z
CB-10562 hide() not working in latest splashscreen plug in 3.1.0 in iOS
----
> hide() not working in latest splashscreen plug in 3.1.0 in iOS
> --------------------------------------------------------------
>
> Key: CB-10562
> URL: https://issues.apache.org/jira/browse/CB-10562
> Project: Apache Cordova
> Issue Type: Bug
> Components: Plugin SplashScreen
> Affects Versions: 3.1.0
> Environment: OSX Yosemite, iOS 9, iPhone 6, XCode 7.2.1, Cordova
> 4.0.1, IONIC app, latest Cordova & IONIC CLIs
> Reporter: Matthias Max
> Assignee: Sergey Shakhnazarov
> Priority: Critical
>
> 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) {
> navigator.splashscreen.hide();
> }
> });
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]