当我在iOS 9.3环境中运行时,我的Ionic应用程序在启动画面后被困在白色屏幕中。在主要版本(例如10)中,我没有遇到这些问题。
我已经在XCode(v8.2)上获得了这些日志:
2017-03-23 15:14:12.614 Le Parc SSA[9087:225667] DiskCookieStorage changing policy from 2 to 0, cookie file: file:///Users/hugo/Library/Developer/CoreSimulator/Devices/4A96077C-01E6-4822-A7C7-35D0566CFC06/data/Containers/Data/Application/9E6B94B6-F525-4E03-871F-B17FB53DCF67/Library/Cookies/br.com.leparcssa.binarycookies
2017-03-23 15:14:12.989 Le Parc SSA[9087:225667] Apache Cordova native platform version 4.3.1 is starting.
2017-03-23 15:14:13.018 Le Parc SSA[9087:225667] Multi-tasking -> Device: YES, App: YES
2017-03-23 15:14:13.645 Le Parc SSA[9087:225667] Using UIWebView
2017-03-23 15:14:13.658 Le Parc SSA[9087:225667] [CDVTimer][handleopenurl] 0.081003ms
2017-03-23 15:14:13.660 Le Parc SSA[9087:225667] [CDVTimer][intentandnavigationfilter] 1.842976ms
2017-03-23 15:14:13.661 Le Parc SSA[9087:225667] [CDVTimer][gesturehandler] 0.113010ms
2017-03-23 15:14:13.686 Le Parc SSA[9087:225667] [CDVTimer][file] 25.189996ms
2017-03-23 15:14:14.089 Le Parc SSA[9087:225667] [CDVTimer][splashscreen] 402.666032ms
2017-03-23 15:14:14.107 Le Parc SSA[9087:225667] [CDVTimer][statusbar] 17.749965ms
2017-03-23 15:14:14.109 Le Parc SSA[9087:225667] [CDVTimer][keyboard] 1.354992ms
2017-03-23 15:14:14.109 Le Parc SSA[9087:225667] [CDVTimer][TotalPluginStartup] 450.874031ms
2017-03-23 15:14:14.234 Le Parc SSA[9087:225667] Resetting plugins due to page load.
2017-03-23 15:14:14.469 Le Parc SSA[9087:225667] Finished load of: file:///Users/hugo/Library/Developer/CoreSimulator/Devices/4A96077C-01E6-4822-A7C7-35D0566CFC06/data/Containers/Bundle/Application/27CE3AA4-3D3F-41DF-8D16-E77C6D430322/Le%20Parc%20SSA.app/www/index.html
我认为JS没有正确加载,因为我已经放了一些console.log()
并且它没有记录任何内容。
有人知道它会是什么吗?