Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
None
-
None
-
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)
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()
, 2000);
}
Preference in config as said in docs:
<preference name="AutoHideSplashScreen" value="false"/>
App name in store: Baikalsea