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

Denis Matafonov updated CB-12461:
---------------------------------
    Description: 
When app is started, splash screen remaines open. If I push app to background 
and open it again, splash screen is removed.
Also spinner is placed to the upper left corner instead of center.

Demo:
https://youtu.be/UtpTZE24E3I

App does work properly on some iPhones - e.g. I have no troubles with that on 
iPhone 4 with iOS 9.3.5


Splash as said in docs removed in js:

onDeviceReady: function() {
        app.receivedEvent('deviceready');
        setTimeout(function() {
            navigator.splashscreen.hide();
        }, 2000);
    }

Preference in config as said in docs:
<preference name="AutoHideSplashScreen" value="false"/>


App name in store: Baikalsea

  was:
When app is started, splash screen remaines open. If I push app to background 
and open it again, splash screen is removed.

Demo:
https://youtu.be/UtpTZE24E3I

App does work properly on some iPhones - e.g. I have no troubles with that on 
iPhone 4 with iOS 9.3.5


Splash as said in docs removed in js:

onDeviceReady: function() {
        app.receivedEvent('deviceready');
        setTimeout(function() {
            navigator.splashscreen.hide();
        }, 2000);
    }

Preference in config as said in docs:
<preference name="AutoHideSplashScreen" value="false"/>


App name in store: Baikalsea


> Splash screen is not removed on iOS
> -----------------------------------
>
>                 Key: CB-12461
>                 URL: https://issues.apache.org/jira/browse/CB-12461
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin SplashScreen
>         Environment: iPhone 5S, iOS 10.2.1
> app compiled at build.phonegap com 
> cli-6.5.0 (iOS 4.3.1, Android 6.1.2, Windows 4.4.3)
>            Reporter: Denis Matafonov
>              Labels: bug, splashscreen
>         Attachments: config.xml
>
>
> When app is started, splash screen remaines open. If I push app to background 
> and open it again, splash screen is removed.
> Also spinner is placed to the upper left corner instead of center.
> Demo:
> https://youtu.be/UtpTZE24E3I
> App does work properly on some iPhones - e.g. I have no troubles with that on 
> iPhone 4 with iOS 9.3.5
> Splash as said in docs removed in js:
> onDeviceReady: function() {
>         app.receivedEvent('deviceready');
>         setTimeout(function() {
>             navigator.splashscreen.hide();
>         }, 2000);
>     }
> Preference in config as said in docs:
> <preference name="AutoHideSplashScreen" value="false"/>
> App name in store: Baikalsea



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to