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/01/24 06:52:12 UTC

[GitHub] ghenry22 commented on issue #176: iOS: seekTo crashes if the URL provided is served by WKWebView

ghenry22 commented on issue #176: iOS: seekTo crashes if the URL provided is served by WKWebView 
URL: https://github.com/apache/cordova-plugin-media/issues/176#issuecomment-457087223
 
 
   If you're using the media plugin to playback your audio you need to give it a native local file path to the local file.
   
   If you're using the html5 audio tag to play then you can use the http:// url that goes through the local webserver.
   
   Note there were some issues with the ionic webview where the local server was not providing range headers which caused seeking in a file to fail.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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