You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "jcesarmobile (Jira)" <ji...@apache.org> on 2020/06/25 13:44:00 UTC

[jira] [Closed] (CB-13996) The Splash Page doesn't hide when iOS devices connect to WiFi

     [ https://issues.apache.org/jira/browse/CB-13996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

jcesarmobile closed CB-13996.
-----------------------------
    Resolution: Cannot Reproduce

closing as can't reproduce

Also, the plugin has been integrated into cordova-ios 6, so no more iOS work will be done on it.

If there are still other bugs on the cordova-ios 6 implementation, report them on https://github.com/apache/cordova-ios/issues

> The Splash Page doesn't hide when iOS devices connect to WiFi
> -------------------------------------------------------------
>
>                 Key: CB-13996
>                 URL: https://issues.apache.org/jira/browse/CB-13996
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-plugin-splashscreen
>    Affects Versions: cordova-ios@4.3.1, cordova@7.1.0
>            Reporter: Aggie Chen
>            Priority: Major
>              Labels: performance
>
> as title, I have done some search about .splashscreen.hide(). 
> Andriod is fine. IOS is fine when it does not  connect to WiFi. But some end-users  open App by public WiFi.  They connect, and click the app icon,  Splash show up and stuck here. 
> The problem is a little like https://issues.apache.org/jira/browse/CB-10562. 
> Is there other ways to help solve this condition?
>  
> environment:
> splashscreen 4.0.1,  iphone  11.1.2. 10.3.2 
> config.xml
> <preference name="SplashScreen" value="screen" />
>  <preference name="FadeSplashScreen" value="true" />
>  <preference name="SplashMaintainAspectRatio" value="true" />
>  <preference name="AutoHideSplashScreen" value="false" />
>  <preference name="ShowSplashScreenSpinner" value="false" />
>  <preference name="windows-target-version" value="8.1" />
>  <preference name="iosPersistentFileLocation" value="Library" />
>  <preference name="iosPersistentFileLocation" value="Compatibility" />
>  <preference name="SplashShowOnlyFirstTime" value="false">
>  
> and js:
> setTimeout(function () {
>  navigator.splashscreen.hide();
>  }, 2000);



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org