Page 2 of 2

App stuck at splash screen

Posted: Wed Mar 26, 2014 5:17 pm
by Yan Yi

FYI: console for v1.2
Image


App stuck at splash screen

Posted: Thu Mar 27, 2014 9:05 am
by Maryna Brodina

Hello!

Looks like you have Generic services. In JS files of these services replace $t with Appery


App stuck at splash screen

Posted: Thu Mar 27, 2014 5:16 pm
by Yan Yi

Hi Maryna, yes I have fixed that problem. Now there are no console errors for library v2.0. But the app is still stuck at splash screen (v2.0) using Appery builder. It does not get stuck when I export and use Adobe Phonegap Build.

Phone I am using to test: iPhone 4S, iOS 7.1

Update: When app built using appery, I noticed that file size of .ipa is 6.73 MB. When app built using Adobe Phonegap Build, file size is only 3.64 MB.


App stuck at splash screen

Posted: Fri Mar 28, 2014 1:42 am
by Yan Yi

I have fixed this problem! I set autohidepsplashscreen to false. It should be true. This line is in config.xml under IOS folder.
code<preference name="AutoHideSplashScreen" value="true"/> /code