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 17:40:13 UTC

[GitHub] [cordova-ios] dpogue commented on issue #611: unrecognized selector sent to instance

dpogue commented on issue #611:  unrecognized selector sent to instance 
URL: https://github.com/apache/cordova-ios/issues/611#issuecomment-489708191
 
 
   `WKWebViewConfiguration mediaTypesRequiringUserActionForPlayback` only exists in iOS 10.0 and newer according to [Apple's documentation](https://developer.apple.com/documentation/webkit/wkwebviewconfiguration/1851524-mediatypesrequiringuseractionfor). Trying to call it on iOS 8 or 9 will result in a crash.
   
   Worth noting that the latest version of cordova-ios only supports iOS 10.0 and higher, but it also sounds like this is an Ionic plugin problem rather than a Cordova-iOS issue.

----------------------------------------------------------------
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