You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/05/06 16:37:52 UTC

[GitHub] [cordova-ios] mluis opened a new issue #612: Failed to load webpage with error: The operation couldn’t be completed. (NSURLErrorDomain error -999.)

mluis opened a new issue #612: Failed to load webpage with error: The operation couldn’t be completed. (NSURLErrorDomain error -999.)
URL: https://github.com/apache/cordova-ios/issues/612
 
 
   # Bug Report
   
   ## Problem
   The application screen keeps white.
   ### What is expected to happen?
   Load the contents of index.html
   
   
   ### What does actually happen?
   The application screen continues white.
   
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   ```
   2019-05-06 16:29:37.710 MyApp[1690:710338] Apache Cordova native platform version 5.0.0 is starting.
   2019-05-06 16:29:37.715 MyApp[1690:710338] Multi-tasking -> Device: YES, App: YES
   2019-05-06 16:29:37.863 MyApp[1690:710338] Using UIWebView
   2019-05-06 16:29:37.868 MyApp[1690:710338] [CDVTimer][console] 0.318050ms
   2019-05-06 16:29:37.869 MyApp[1690:710338] [CDVTimer][handleopenurl] 0.393987ms
   2019-05-06 16:29:37.876 MyApp[1690:710338] Unlimited access to network resources
   2019-05-06 16:29:37.877 MyApp[1690:710338] [CDVTimer][intentandnavigationfilter] 7.097006ms
   2019-05-06 16:29:37.877 MyApp[1690:710338] [CDVTimer][gesturehandler] 0.385046ms
   2019-05-06 16:29:37.917 MyApp[1690:710338] [CDVTimer][splashscreen] 38.825035ms
   2019-05-06 16:29:37.946 MyApp[1690:710338] [CDVTimer][statusbar] 28.538942ms
   2019-05-06 16:29:37.948 MyApp[1690:710338] [CDVTimer][diagnostic] 1.608968ms
   2019-05-06 16:29:37.953 MyApp[1690:710338] [CDVTimer][diagnostic_location] 4.774094ms
   2019-05-06 16:29:37.958 MyApp[1690:710338] [CDVTimer][diagnostic_bluetooth] 4.623890ms
   2019-05-06 16:29:37.959 MyApp[1690:710338] [CDVTimer][diagnostic_wifi] 0.315905ms
   2019-05-06 16:29:37.960 MyApp[1690:710338] [CDVTimer][diagnostic_camera] 0.299931ms
   2019-05-06 16:29:37.960 MyApp[1690:710338] [CDVTimer][diagnostic_notifications] 0.401020ms
   2019-05-06 16:29:37.962 MyApp[1690:710338] [CDVTimer][diagnostic_microphone] 1.116037ms
   2019-05-06 16:29:37.982 MyApp[1690:710338] [CDVTimer][diagnostic_contacts] 19.749999ms
   2019-05-06 16:29:37.983 MyApp[1690:710338] [CDVTimer][diagnostic_calendar] 0.313044ms
   2019-05-06 16:29:37.983 MyApp[1690:710338] [CDVTimer][diagnostic_reminders] 0.355959ms
   2019-05-06 16:29:38.016 MyApp[1690:710338] [CDVTimer][diagnostic_motion] 32.029033ms
   2019-05-06 16:29:38.019 MyApp[1690:710338] [CDVTimer][keyboard] 2.551079ms
   2019-05-06 16:29:38.019 MyApp[1690:710338] [CDVTimer][TotalPluginStartup] 151.534081ms
   2019-05-06 16:29:39.024 MyApp[1690:710338] Resetting plugins due to page load.
   2019-05-06 16:29:39.109 MyApp[1690:710338] Failed to load webpage with error: The operation couldn’t be completed. (NSURLErrorDomain error -999.)
   2019-05-06 16:29:39.110 MyApp[1690:710338] Resetting plugins due to page load.
   2019-05-06 16:29:40.957 MyApp[1690:710338] Finished load of: file:///var/containers/Bundle/Application/5BE9A2ED-2AAE-4D87-8676-D4AED809B626/MyApp.app/www/index.html
   ```
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   
   just run under these versions
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   iPad iOS 9.3.5
   
   ### Version information
   <!-- 
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins 
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   $ cordova -v
   9.0.0
   $ ionic --version
   4.10.3
   "cordova-ios": "5.0.0"
   "@ionic/v1-toolkit": "^1.0.22"
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [ x ] I searched for existing GitHub issues
   - [ ] I updated all Cordova tooling to most recent version
   - [ x ] I included all the necessary information above
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org