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:27:36 UTC

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

mluis opened a new issue #611: Failed to load webpage with error: The operation couldn’t be completed. (NSURLErrorDomain error -999.)
URL: https://github.com/apache/cordova-ios/issues/611
 
 
   # Bug Report
   
   ## Problem
   The application shows a white screen forever.
   ### What is expected to happen?
   Show the contents of index.html
   
   
   ### What does actually happen?
   The application's screen keeps white.
   
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   Deployment target set to : 8.0
   Deployed on an ios 9.3.5 device.
   
   > 2019-05-06 16:16:21.258 MyApp[1676:707916] CDVWKWebViewEngine: trying to inject XHR polyfill
   2019-05-06 16:16:21.274 MyApp[1676:707916] -[WKWebViewConfiguration setMediaTypesRequiringUserActionForPlayback:]: unrecognized selector sent to instance 0x16e4ccd0
   2019-05-06 16:16:21.275 MyApp[1676:707916] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[WKWebViewConfiguration setMediaTypesRequiringUserActionForPlayback:]: unrecognized selector sent to instance 0x16e4ccd0'
   *** First throw call stack:
   (0x21e1b91b 0x215b6e17 0x21e212b5 0x21e1eee1 0x21d4a238 0x4909d 0x498eb 0x617c3 0x60f63 0x61401 0x5ea9d 0x458cf 0x26396d8b 0x26396971 0x2639d639 0x2639ab3d 0x2640fa5d 0x54893 0x456a5 0x2640b785 0x266332d1 0x26637285 0x2664b83d 0x266347b3 0x234bec07 0x234beab9 0x234bedb9 0x21ddddff 0x21ddd9ed 0x21ddbd5b 0x21d2b229 0x21d2b015 0x26404c3d 0x263ff189 0x455a3 0x219d3873)
   libc++abi.dylib: terminating with uncaught exception of type NSException
   (lldb) 
   
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   $ ionic start myApp blank --type ionic1
   $ ionic cordova platform add ios
   $ open platforms/ios/MyApp.xcodeproj/
   then choose deployment target 8.0
   deploy on a 9.3.5 iOS ipad
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   9.3.5 iOS ipad
   
   
   ### 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.
   -->
   $ ionic version
   4.10.3
   
   
   ## 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