Sometimes when I compile the app on the iOS (I didn’t try it in Android) the UI is completely blocked.
It throws no error. It only shows a white status bar (when it works it shows it black, correctly) and the layout but loads no data.
Then when I compile again or reset the app it works correctly.
Any ideas how to solve that?
I attach the XCode lgos here
2016-02-20 19:10:06.763 …[12099:21459234] DiskCookieStorage changing policy from 2 to 0, cookie file: file:///Users/…
2016-02-20 19:10:06.803 …[12099:21459234] Apache Cordova native platform version 4.0.1 is starting.
2016-02-20 19:10:06.803 …[12099:21459234] Multi-tasking → Device: YES, App: YES
2016-02-20 19:10:06.836 …[12099:21459234] Using UIWebView
2016-02-20 19:10:06.843 …[12099:21459234] [CDVTimer][intercom] 6.152987ms
2016-02-20 19:10:06.843 …[12099:21459234] [CDVTimer][handleopenurl] 0.064015ms
2016-02-20 19:10:06.844 …[12099:21459234] [CDVTimer][intentandnavigationfilter] 0.694990ms
2016-02-20 19:10:06.844 …[12099:21459234] [CDVTimer][gesturehandler] 0.038028ms
2016-02-20 19:10:06.854 …[12099:21459234] [CDVTimer][splashscreen] 10.586977ms
2016-02-20 19:10:06.858 …[12099:21459234] [CDVTimer][statusbar] 3.470004ms
2016-02-20 19:10:06.858 …[12099:21459234] [CDVTimer][keyboard] 0.111997ms
2016-02-20 19:10:06.858 …[12099:21459234] [CDVTimer][TotalPluginStartup] 21.963954ms
2016-02-20 19:10:06.861 …[12099:21459234] active
2016-02-20 19:10:06.861 …[12099:21459234] PushPlugin skip clear badge
2016-02-20 19:10:06.945 …[12099:21459234] Resetting plugins due to page load.
2016-02-20 19:10:07.242 …[12099:21459234] Finished load of: file:///Users/…app/www/index.html#/tab/menu
Thank you!